Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 14, 2020 07:25
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/cbab55dc17706912332bcf77547383cb to your computer and use it in GitHub Desktop.
Save amankharwal/cbab55dc17706912332bcf77547383cb to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
from sklearn import preprocessing
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment