Skip to content

Instantly share code, notes, and snippets.

@KhyatiMahendru
Created June 20, 2019 10:40
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 KhyatiMahendru/6565d18f8e5536d5389b5a1cfc388e42 to your computer and use it in GitHub Desktop.
Save KhyatiMahendru/6565d18f8e5536d5389b5a1cfc388e42 to your computer and use it in GitHub Desktop.
from sklearn.datasets import make_regression
X, y = make_regression(n_samples = 20, n_features = 6, random_state = 2, noise = 0.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment