hep_ml documentation¶
hep_ml is machine learning library filled with methods used in high energy physics. Classifiers and transformers from hep_ml are sklearn-compatible.
Installation for developers¶
After cloning repository type in bash:
cd hep_ml
pip install -e . -r requirements.txt