Untitled
unknown
python
2 months ago
134 B
2
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