mlr-org / mlr3

mlr3: Machine Learning in R - next generation
https://mlr3.mlr-org.com
GNU Lesser General Public License v3.0
927 stars 86 forks source link

docs: better documentation of test helper files #915

Closed sebffischer closed 1 year ago

sebffischer commented 1 year ago

Because the test helper files are not in the mlr3 namespace, we document the most important test helper files that users want to use when implementing their own learner in a collective manual page. This is important, because we refer to these functions in the mlr3book in the extending section, where we explain how to implement and test your own learner