Skip to content
Snippets Groups Projects
Commit a826e7cc authored by Luc Giffon's avatar Luc Giffon
Browse files

Update dataset_loader.py

petit problème de nommage
parent 87115964
No related branches found
No related tags found
2 merge requests!3clean scripts,!1Luc new archi
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
from bolsonaro.data import Dataset from bolsonaro.data.dataset import Dataset
from bolsonaro.data import Task from bolsonaro.data.task import Task
from sklearn.datasets import load_boston, load_iris, load_diabetes, load_digits, load_linnerud, load_wine, load_breast_cancer from sklearn.datasets import load_boston, load_iris, load_diabetes, load_digits, load_linnerud, load_wine, load_breast_cancer
from sklearn.datasets import fetch_olivetti_faces, fetch_20newsgroups, \ from sklearn.datasets import fetch_olivetti_faces, fetch_20newsgroups, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment