Technical requirements
We will use the California house price dataset (https://www.kaggle.com/datasets/camnugent/california-housing-prices) for this chapter. You can download the housing.csv
file from GitHub at the following path: https://github.com/PacktPublishing/Data-Labeling-in-Machine-Learning-with-Python/tree/main/datasets.
We also need to install Python 3.7+ and set up any of the following Python editors:
- The VS Code IDE
- Anaconda
- Jupyter Notebook
- Replit
We recommend following the complete code on GitHub to follow along with the chapter.