Skip to content

Instantly share code, notes, and snippets.

@gonzaloruizdevilla
Created October 16, 2019 18:52
Show Gist options
  • Save gonzaloruizdevilla/e37552faa89c65678d113dd8572a43d4 to your computer and use it in GitHub Desktop.
Save gonzaloruizdevilla/e37552faa89c65678d113dd8572a43d4 to your computer and use it in GitHub Desktop.
print("Target names: {}".format(iris_dataset['target_names']))
print("Feature names: {}".format(iris_dataset['feature_names']))
print("Type of data: {}".format(type(iris_dataset['data'])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment