nf-core / drugresponseeval

Pipeline for testing drug response prediction models in a statistically and biologically sound way.
MIT License
4 stars 0 forks source link

Remove redundancy between drevalpy package and pipeline #8

Closed JudithBernett closed 2 months ago

JudithBernett commented 3 months ago

Description of feature

Some functionality is now duplicated - shouldn't be this way

JudithBernett commented 3 months ago

@PascalIversen : RUN_CV:TRAIN_AND_PREDICT_CV, MODEL_TESTING:RANDOMIZATION_SPLIT, train_and_predict_final.py -> MODEL_TESTING:PREDICT_FULL, MODEL_TESTING:RANDOMIZATION_TEST, MODEL_TESTING:ROBUSTNESS_TEST fix train_and_predict_cv + train_and_predict_final / experiment.py: This:

model_class = MODEL_FACTORY[args.model_name]
model = model_class()

should at least be one function, right --> it also needs to be fixed in randomization_split.py then