A simple way to access a small classic dataset from datatable #2676
Unanswered
oleksiyskononenko
asked this question in
Ideas
Replies: 3 comments 4 replies
|
I would prefer not to pollute the global namespace with too many names, so how about we have a function that loads the named dataset, like |
3 replies
|
There is a public repository of various datasets: https://archive.ics.uci.edu/ml/datasets.php |
1 reply
|
For example this one looks good: https://archive.ics.uci.edu/ml/machine-learning-databases/flags/flag.data |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What if... we bring several small classic datasets to datatable, so that we could use them in our tutorials/tests by simply doing something like
from datatable import DT_iris, DT_credit_card.All reactions