Skip to content

sebastianraschka--ml-book-code #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2023
Merged

sebastianraschka--ml-book-code #119

merged 1 commit into from
Sep 30, 2023

Conversation

RohitDhankar
Copy link
Owner

from sklearn import datasets
import numpy as np
from sklearn.model_selection import train_test_split

# Load Iris from - sklearn -- as a <class 'sklearn.utils._bunch.Bunch'>
# https://scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html#sklearn.utils.Bunch.keys

iris = datasets.load_iris()

@RohitDhankar RohitDhankar merged commit 520b178 into master Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant