ratan-lab / sumo

Subtyping tool for multi-omic data
https://pypi.org/project/python-sumo
MIT License
13 stars 1 forks source link

compatible scikit-learn #18

Closed aakrosh closed 4 years ago

aakrosh commented 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.