Assignment 1 - Train Your First ML Model
Machine Learning with Python: Zero to GBMs
In this assignment, you're going to predict the price of a house using information like its location, area, no. of rooms, etc. You'll follow a step-by-step process to train our model:
- Download and explore a dataset
- Prepare the dataset for training
- Train a linear regression model
- Make predictions and evaluate the model
aakashns/python-sklearn-assignment
Loading...