Learn practical skills, build real-world projects, and advance your career

linear-regression-practice

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet 
!pip install opendatasets scikit-learn jovian --quiet --upgrade
|████████████████████████████████| 22.3 MB 5.0 MB/s
import opendatasets as od
import matplotlib.pyplot as plt
import seaborn as sns
import pandas as pd
import numpy as np
import matplotlib
import jovian
import os
%matplotlib inline
# Execute this to save new versions of the notebook
jovian.commit(project="linear-regression-practice")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY:
od.download('https://raw.githubusercontent.com/AlexAdvent/high_charts/main/data/weatherdata.csv'