openml / openml-r

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

Add useful information in the flow description #276

Open joaquinvanschoren opened 8 years ago

joaquinvanschoren commented 8 years ago

Currently, no description of flows is added in the XML that is uploaded. Please add as much useful information as possible:

You can use markdown (and even math), it will be rendered on the website: https://github.com/gollum/gollum/wiki

giuseppec commented 8 years ago

It is a bit ugly to extract information form help pages, but this might help:

x = XML::htmlParse(capture.output(tools:::Rd2HTML(utils:::.getHelpFile(help("mean")))))
XML::readHTMLTable(x)
giuseppec commented 7 years ago

This should be possible now using learnerHelp from https://github.com/mlr-org/mlr/pull/1657