Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 14, 2020 10:52
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 amankharwal/3e467bc49a84d0c7e79b71fa924fc881 to your computer and use it in GitHub Desktop.
Save amankharwal/3e467bc49a84d0c7e79b71fa924fc881 to your computer and use it in GitHub Desktop.
data = load_breast_cancer()
label_names = data["target_names"]
labels = data["target"]
feature_names = data["feature_names"]
features = data["data"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment