Technical requirements
This chapter, as with Chapter 2, is intended as a hands-on guide. You can use the same virtual environment already set up with the necessary packages in Chapter 2.
The code presented in this chapter is available on our GitHub repository: https://github.com/PacktPublishing/XGBoost-for-Regression-Predictive-Modeling-and-Time-Series-Analysis
You will use the following software and Python packages in this chapter:
- Python 3.9
- xgboost 1.7.3
- numpy 1.21.5
- pandas 1.4.2
- scikit-learn 1.4.2
- seaborn 0.12.2
- Anaconda
- VS Code