Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practical experiences & questions #418

Open
pat-s opened this issue Jul 6, 2018 · 0 comments
Open

Practical experiences & questions #418

pat-s opened this issue Jul 6, 2018 · 0 comments

Comments

@pat-s
Copy link

pat-s commented Jul 6, 2018

Hi guys,

I'll share with you my practical experiences from trying to use openml in the last days. Maybe it helps to improve the package :)

  1. I started by uploading a CSV dataset as a dataset using the web interface at https://www.openml.org/new/data. No matter what I put in and how many fields I fileld out I always faced the error below. It worked using uploadOMLDataSet().

"Error 131: Problem validating uploaded description file - XML does not correspond to XSD schema. Please fill in all required (red) fields, upload a file or give a URL (not both), and avoid spaces in the dataset name."

  1. I then tried the CL function uploadOMLDataSet(). Two points here: I was expecting to upload a dataset. A dataset for me is a CSV like file. However, the function actually expects what is a "task" object in mlr. If one is used to work with mlr, it is not logical to upload a mlr task as a "dataset" to openml. But maybe openML makes more sense here and the mlr logic lacks.

  2. Creating an openML task using makeOMLTask could really need a better help page. How should the list for args parameters and input look like?

  3. Once I created a task using makeOMLTask, how can I upload it? There is an upload function for datasets, flows and runs but none for tasks?

  4. Is it possible to use a different resamp strategies in the web interface then the preselected ones? E.g. I would like to use "repeated spatial CV" from mlr or just "5-fold CV".

  5. How can I "activate" my dataset? E.g. https://www.openml.org/d/41110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant