Technical requirements
In this chapter, you will have the opportunity to generate a toy dataset, display it, and train basic linear regression on that data. Therefore, the following Python libraries will be required:
- NumPy
- Matplotlib
- scikit-learn
In this chapter, you will have the opportunity to generate a toy dataset, display it, and train basic linear regression on that data. Therefore, the following Python libraries will be required: