Skip to content

Instantly share code, notes, and snippets.

@gabrielziegler3
Created February 17, 2019 16:21
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 gabrielziegler3/8e5f10c151dd33f0d4357bf1500171df to your computer and use it in GitHub Desktop.
Save gabrielziegler3/8e5f10c151dd33f0d4357bf1500171df to your computer and use it in GitHub Desktop.
features = [
'alcohol', 'malic_acid', 'ash', 'alcalinity_of_ash','magnesium',
'total_phenols', 'flavanoids', 'nonflavanoid_phenols',
'proanthocyanins', 'color_intensity', 'hue',
'od280/od315_of_diluted_wines', 'proline'
]
X = pd.DataFrame(data=X, columns=features)
y = pd.DataFrame(data=y, columns=['classes'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment