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

To install hep_ml, use pip. Type in terminal:

pip install hep_ml

Installation for developers

After cloning repository type in bash:

cd hep_ml
pip install -e . -r requirements.txt