Skip to content

Instantly share code, notes, and snippets.

@animesh-agarwal
Created October 1, 2018 13:30
Show Gist options
  • Save animesh-agarwal/be0d40a8e47178f387190138d27caacb to your computer and use it in GitHub Desktop.
Save animesh-agarwal/be0d40a8e47178f387190138d27caacb to your computer and use it in GitHub Desktop.
X = pd.DataFrame(np.c_[boston['LSTAT'], boston['RM']], columns = ['LSTAT','RM'])
Y = boston['MEDV']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment