Learn to use linear regression through exercises.
After completing this assignment, you should be able to:
- Use scikit-learn to perform linear regression
- Understand single-variable and multiple-variable linear regression
- A Git repo called linear-regression containing at least:
- a
requirements.txt
file - a set of IPython notebooks
- a
Go through the IPython notebooks included with this repository and complete all exercises in them. Some exercises will be marked as Hard Mode.