Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 20, 2020 06: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/37db71739107f9911edb917de0864f12 to your computer and use it in GitHub Desktop.
Save amankharwal/37db71739107f9911edb917de0864f12 to your computer and use it in GitHub Desktop.
import matplotlib.pylab as plt
import numpy as np
%matplotlib inline
from sklearn.linear_model import LinearRegression
from sklearn import datasets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment