Created
October 1, 2018 13:30
-
-
Save animesh-agarwal/be0d40a8e47178f387190138d27caacb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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