Jovian
Sign In

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:

  1. Download and explore a dataset
  2. Prepare the dataset for training
  3. Train a linear regression model
  4. Make predictions and evaluate the model
Loading...