dataeval.outputs.DriftMVDCOutput¶
- class dataeval.outputs.DriftMVDCOutput(results_data)¶
Class wrapping the results of the classifier for drift detection and providing plotting functionality.
- plot()¶
Render the roc_auc metric over the train/test data in relation to the threshold.
- Return type:¶
matplotlib.figure.Figure
-
to_dataframe(multilevel=
True)¶ Export results to pandas dataframe.