All.evaluate All.evaluate(data: DataFrame | Dict[str, torch.Tensor | array])[source] Evaluate the operator with given data. Parameters: data (pd.DataFrame) – The data to evaluate the operator with. Returns: Tuple[np.array, torch.Tensor] – The result of the evaluation.