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. 
 
Evaluate the operator with given data.
data (pd.DataFrame) – The data to evaluate the operator with.
Tuple[np.array, torch.Tensor] – The result of the evaluation.