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 pandas plotly --upgrade --quiet
import jovian
import pandas as pd
import requests 
import io
import numpy as np
import plotly.express as px
# Execute this to save new versions of the notebook
jovian.commit(project="linear-regression-practice")
[jovian] Updating notebook "abhishekdinavahi/linear-regression-practice" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/abhishekdinavahi/linear-regression-practice

Importing Data