Open kaueltzen opened 3 weeks 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)?
Resolves #228 .
Overview
train_test_split
with explicit generation of validation data that is reproducible, shuffled and stratified (if classification tasks are present)TODO