Basic Linear Regression with Scikit-Learn
Learn to train Machine Learning models by using Linear Regression to predict housing prices.
This course will be available in August, but go ahead and sign up, it's free! This course will teach you to do the following:
Train a linear model with scikit-learn
Understand relationships in your data
Visualise data without writing code
Discover non-linear relationships in your data
Train non-linear models with scikit-learn
Evaluate your models
Detect overfitting in your models
Solve overfitting using Regularization