Untitled

 avatar
unknown
python
17 days 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
Leave a Comment