-
-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
Reviewing PR #539 which tests dataset uploading, I found four things which we could improve to make dataset uploading nicer for the user:
- There should be no necessity to provide the format as this will always be
'arff'. - The current example encodes the class label as a
REAL, although it should actually be a categorical. - We could add an example for uploading a list of lists, which could then also contain strings and categories.
- The function
create_datasetshould be imported into theopenml.datasetsnamespace.
ArlindKadra and amueller
Metadata
Metadata
Assignees
Labels
No labels