You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2019. It is now read-only.
It would be better to use actual functions for each. example:
pr.dataset.cifar10("train")
pr.dataset.iris()
This allows for type checking on the components of the datasets - that is cifar10 has { images, labels } and iris has { features, labels } - thus the docs will better reflect the information people need.
splitName should default to "train"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the dataset is specified as a string:
It would be better to use actual functions for each. example:
This allows for type checking on the components of the datasets - that is cifar10 has
{ images, labels }
and iris has{ features, labels }
- thus the docs will better reflect the information people need.splitName
should default to"train"
The text was updated successfully, but these errors were encountered: