daisybio / drevalpy

DrEval is a toolkit that ensures drug response prediction evaluations are statistically sound, biologically meaningful, and reproducible.
GNU General Public License v3.0
3 stars 0 forks source link

Hyperparam Refractoring #14

Closed PascalIversen closed 4 months ago

PascalIversen commented 5 months ago

Hyperparameters should be part of the model __init__, not the train method. get_hyperparameter should be a class method. drug_response_experiment should get the class, not model instances.