ppdebreuck / modnet

MODNet: a framework for machine learning materials properties
MIT License
80 stars 34 forks source link

Validation data generation, removal of loss function overrides #234

Open kaueltzen opened 3 weeks ago

kaueltzen commented 3 weeks ago

Resolves #228 .

Overview

TODO

kaueltzen commented 5 days ago

Hi @ppdebreuck I have a question regarding this comment: https://github.com/ppdebreuck/modnet/issues/228#issuecomment-2437540148

Do you think it would make sense to enable the passing of a loss function for classification tasks in evaluate of MODNetModel? Or would you prefer keeping -ROC-AUC (e.g., because it's easier to interpret than cross entropy losses)?