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.set_project('student-marks-prediction')
jovian.set_colab_id('1nIwDCxwrM1y-FT7Hh06lK6kOFzVFkcnN')
|████████████████████████████████| 71kB 5.3MB/s eta 0:00:011 Building wheel for uuid (setup.py) ... done
# 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.set_project('student-marks-prediction')
jovian.set_colab_id('1J9O7eF8hPGmw5M5773bU7LzMSkmbWHva')
!pip install jovian --upgrade --quiet

Hello this is Anirban Ghoshal and this is my first task of TSF. In this task I have tried to predict a students exam score by his no. of hours of study.

Importing all the packages