View source on GitHub |
Evaluation of a model.
tfdf.inspector.Evaluation(
num_examples=None,
accuracy=None,
loss=None,
rmse=None,
ndcg=None,
aucs=None,
auuc=None,
qini=None
)
Methods
to_dict
to_dict() -> Dict[str, Union[int, float, List[float]]]
Convert the object into a dictionary of values.