Untitled

 avatar
unknown
python
6 months ago
134 B
3
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