fastmachinelearning / hls4ml-tutorial

Tutorial notebooks for hls4ml
http://fastmachinelearning.org/hls4ml-tutorial/
285 stars 123 forks source link

Add BDT / conifer notebook #13

Closed thesps closed 3 years ago

thesps commented 3 years ago

Added a BDT / conifer notebook that trains a scikit-learn GradientBoostingClassifier on the hls4ml jet tagging dataset, then runs through the steps to convert and evaluate the model using conifer.

Builds on #12