Untitled
unknown
python
9 months ago
134 B
4
Indexable
pip install ucimlrepo from ucimlrepo import fetch_ucirepo zoo = fetch_ucirepo(id=111) x = zoo.data.features y = zoo.data.targets
Editor is loading...
Leave a Comment
pip install ucimlrepo from ucimlrepo import fetch_ucirepo zoo = fetch_ucirepo(id=111) x = zoo.data.features y = zoo.data.targets