About Lesson
- In our case, we implemented the linear regression without handling the outliers and the results were not good. Try to first handle the outliers from the dataset and then apply the linear regression model and compare the results.
- Get a dataset from Kaggle and make sure this dataset has multiple input columns. Try implementing the Linear Regression model on a multi column dataset.