Closed aakrosh closed 4 years ago
sklearn.metrics.roc_auc_score (https://scikit-learn.org/0.21/modules/generated/sklearn.metrics.roc_auc_score.html) in 0.21.3 did not allow multi_class ROC curves, which the more recent versions do (https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html#sklearn.metrics.roc_auc_score). Since SUMO uses multi_class when calculating the ROC scores, the requirements file should ensure that the user has version 0.22 installed.
sklearn.metrics.roc_auc_score (https://scikit-learn.org/0.21/modules/generated/sklearn.metrics.roc_auc_score.html) in 0.21.3 did not allow multi_class ROC curves, which the more recent versions do (https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html#sklearn.metrics.roc_auc_score). Since SUMO uses multi_class when calculating the ROC scores, the requirements file should ensure that the user has version 0.22 installed.