-
Notifications
You must be signed in to change notification settings - Fork 47
Exercise on aliceml
Gian Michele Innocenti edited this page Nov 28, 2019
·
3 revisions
ssh -Y <yourusername>@aliceml
ml-create-virtualenv
ml-activate-virtualenv
ml-activate-alilocal
ml-activate-root
Now clone the repository in your home directory:
git clone https://github.com/ginnocen/MachineLearningHEP.git
Install the needed packages (do it from your home directory:
cd MachineLearningHEP
pip3 install -e .
Install additional packages not installed automatically:
pip3 install root-numpy
ml-activate-virtualenv
In data/database_ml_parameters_LcpK0spp.yml change the output folders name in line 287-288 to:
mlplot: mlplot # to be removed
mlout: mlout # to be removed
And reduce the number of background and signal candidates in line 273-274 to a smaller number for test:
nbkg: 5000
nsig: 5000
In default_complete.yaml you can set them changing false to true in lines 28-42. A recommended set of steps are docorrelation, dotraining, docrossvalidation, dolearningcurve, doroc, doimportance