Technical requirements
In this chapter, you will train and fine-tune several decision tree-based models, as well as visualize a tree. The following libraries will be required for this chapter:
- NumPy
- Matplotlib
- Scikit-learn
- Graphviz
- XGBoost
- pickle
In this chapter, you will train and fine-tune several decision tree-based models, as well as visualize a tree. The following libraries will be required for this chapter: