Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 16, 2021 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/114c9702407074dcfc70936f29923015 to your computer and use it in GitHub Desktop.
Save amankharwal/114c9702407074dcfc70936f29923015 to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
from sklearn.linear_model import LinearRegression
from sklearn.utils import shuffle
data = pd.read_csv("student-mat.csv")
data.head()
@Nirin13ds
Copy link

how to download the dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment