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
We want to separate the datasets list from MLChallenge in order to keep everyting more organized.
Additionally, ensure that we have the OpenML 100 datasets and create a separated list for them.
Proposal
Create a datasets.py module in benchmark/btb_benchmark/challenges/.
Create two lists inside:
One that contains all the datasets sorted by execution time, slowest first.
Description
We want to separate the
datasets
list fromMLChallenge
in order to keep everyting more organized.Additionally, ensure that we have the OpenML 100 datasets and create a separated list for them.
Proposal
Create a
datasets.py
module inbenchmark/btb_benchmark/challenges/
.Create two lists inside:
Then create a function that returns one of those collections.
The text was updated successfully, but these errors were encountered: