openml / openml-r

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

add convert oml dataset to mlr3 #444

Open bakopyan opened 5 years ago

lintr-bot commented 5 years ago

tests/testthat/test_local_convertOMLSplitsToMlr3.R:12:40: style: Only use double-quotes.

​      task$input$estimation.procedure[['type']]= oml.types[i]
                                       ^~~~~~

tests/testthat/test_local_convertOMLSplitsToMlr3.R:12:48: style: Put spaces around all infix operators (except exponentiation).

​      task$input$estimation.procedure[['type']]= oml.types[i]
                                              ~^