import sklearndataset = sklearn.datasets.load_iris(as_frame=True)df = dataset.frame
load_iris()
load_diabetes()
load_digits()
load_linnerud()
load_wine()
load_breast_cancer()
fetch_olivetti_faces()
fetch_20newgroups()
fetch_california_housing()
fetch_lfw_people()
fetch_kddcup99()
import seabornseaborn.get_dataset_names()df = seaborn.get_dataset('titanic')
pip install ucimlrepo
import ucimlrepo as uciuci.list_available_datasets()dataset = uci.fetch_ucirepo(id=45)df = dataset.data.original
pip install openml
import openmldataset = openml.datasets.get_dataset(61)X, y , categoical, names = dataset.get_data()
Google tag (gtag.js)