pybdt¶
This project provides a Python interface for signal/background discrimination using Boosted Decision Tree classifiers (BDTs).
This project is maintained by Mike Richman <mike.d.richman@gmail.com>.
Note that the example scripts are rather complete as well as complementary to this documentation. Feel free to email me with any questions.
- pybdt User Manual
- Statement of the problem
- The ABC example
- Introduction to decision tree classifiers
- Introduction to boosted decision tree classifiers
- Introduction to overtraining
- Introduction to pruning
- Introduction to decision tree randomization
- DataSets and Training
- Validator Setup
- Validator Usage
- Tree and Forest Inspection
- Classifier Application
- Global Epsilon Reference
- Common Pitfalls
- pybdt package