Reducer.evaluate

Reducer.evaluate(data: DataFrame)[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.