Hello, I am using evidently on developing MLOps base, and facing the issue of slow execution time of TestRocAuc (The data inputting for TestRocAuc has about 1 million rows).
Could you please give me some solutions?
What I verified
- I set
TestRocAuc thresholds, but execution time did not improve reference.
- There is no parameter in QualityMetricsOptions that improves execution time.
- It looks like
scikit-learn.metrics.roc_curve is used when calculating AUC (Calculations using scikit-learn API should be fast) reference.
Hello, I am using
evidentlyon developing MLOps base, and facing the issue of slow execution time ofTestRocAuc(The data inputting for TestRocAuc has about 1 million rows).Could you please give me some solutions?
What I verified
TestRocAucthresholds, but execution time did not improve reference.scikit-learn.metrics.roc_curveis used when calculating AUC (Calculations using scikit-learn API should be fast) reference.