Is there a a good python library for training boosted decision trees ?
Answer
Updated Answer
The landscape has changed a lot and the answer is clear nowadays:
- scikit-learn is the library in python and has several great algorithms for boosted decision trees
- the “best” boosted decision tree in python is the XGBoost implementation.
Update 1
Attribution
Source : Link , Question Author : Andre Holzner , Answer Author : Mayou36