openml / openml-r

R package to interface with OpenML
http://openml.github.io/openml-r/
Other
95 stars 37 forks source link

convertOMLDataSetToMlr Docu misleading #413

Closed HeidiSeibold closed 5 years ago

HeidiSeibold commented 6 years ago

The docu says convertOMLDataSetToMlr says it returns a task, but it returns a list. One element of this list is the task.

giuseppec commented 5 years ago

Docu seems fine, convertOMLDataSetToMlr returns a task as described in the docu. I guess you looked up the wrong help page, e.g., convertOMLTaskToMlr returns a list but this is documented properly.