.gitignore
LICENSE
README.md
builddocs.sh
publish_to_pypi.sh
requirements.txt
setup.py
.github/workflows/run_tests.yml
data/readme.md
docs/.nojekyll
hep_ml/__init__.py
hep_ml/commonutils.py
hep_ml/gradientboosting.py
hep_ml/losses.py
hep_ml/metrics.py
hep_ml/metrics_utils.py
hep_ml/nnet.py
hep_ml/preprocessing.py
hep_ml/reweight.py
hep_ml/speedup.py
hep_ml/splot.py
hep_ml/tree.py
hep_ml/uboost.py
hep_ml.egg-info/PKG-INFO
hep_ml.egg-info/SOURCES.txt
hep_ml.egg-info/dependency_links.txt
hep_ml.egg-info/requires.txt
hep_ml.egg-info/top_level.txt
hep_ml/experiments/README.md
hep_ml/experiments/__init__.py
notebooks/BoostingToUniformity.ipynb
notebooks/DemoNeuralNetworks.ipynb
notebooks/DemoReweighting.ipynb
notebooks/sPlot.ipynb
tests/__init__.py
tests/_metrics_oldimplementation.py
tests/test_commonutils.py
tests/test_gradientboosting.py
tests/test_losses.py
tests/test_metrics.py
tests/test_nnet.py
tests/test_preprocessing.py
tests/test_reweight.py
tests/test_speedup.py
tests/test_splot.py
tests/test_uboost.py