Untitled

Anonymous
python
01/25/2025 10:40 AM
180 B
22
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