Skip to content

Instantly share code, notes, and snippets.

@haydarai
Last active January 6, 2017 13:22
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 haydarai/d87f956f4555fdeeb34c758e0fb5687e to your computer and use it in GitHub Desktop.
Save haydarai/d87f956f4555fdeeb34c758e0fb5687e to your computer and use it in GitHub Desktop.
Importing the Boston dataset from scikit-learn
from sklearn.datasets import load_boston
boston = load_boston()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment