dataeval.detectors.drift.DriftMVDCOutput¶
- class dataeval.detectors.drift.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_df(multilevel=
True)¶ Export results to pandas dataframe.