Open pbenner opened 2 years ago
Related to https://github.com/materialsproject/matbench/issues/40 (where probabilities were introduced) and https://github.com/materialsproject/matbench/issues/137 (which I think is reporting the same underlying issue as this)
I am not sure if the following behavior is intended:
The mismatch is caused by a discretization of the values in pred_array prior to calling roc_auc_score. ROC-AUC values are typically evaluated on class probabilities. The following patch fixes the problem:
Matbench version: 70c79fbbd12130c4166e8e0bd3a6c18822e40398