Skip to content
Snippets Groups Projects
Commit 81f5a9b8 authored by Max Rausch Dupont's avatar Max Rausch Dupont
Browse files

Compare classification and regression

parent e8243745
Branches
No related tags found
No related merge requests found
source $PROJECT_ROOT/setup.sh
${CONDA} run -n ${ENV_NAME} python $PROJECT_ROOT/train.py
${CONDA} run -n ${ENV_NAME} python $PROJECT_ROOT/train.py --fold_column "random" --train_method "regression"
${CONDA} run -n ${ENV_NAME} python $PROJECT_ROOT/train.py --fold_column "random" --train_method "classification"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment