Learn practical skills, build real-world projects, and advance your career
# Jovian Commit Essentials
# Please retain and execute this cell without modifying the contents for `jovian.commit` to work
!pip install jovian --upgrade -q
import jovian
jovian.utils.colab.set_colab_file_id('15knz1pLOoRpgT3BJ5JzW7RjeRzWzfhG3')

Project Title

Write some introduction about your project here: describe the dataset, where you got it from, what you're trying to do with it, and which tools & techniques you're using. You can also mention about the course, and what you've learned from it.

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "Getting dollar estimate of boston house using boston_dataset" 
!pip install jovian --upgrade -q
import jovian