Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 815 Bytes

NEWS.md

File metadata and controls

18 lines (12 loc) · 815 Bytes

mlr3batchmark (development version)

  • feat: The design of batchmark() can now include parameter settings.
  • feat: reduceResultsBatchmark gains argument fun which is passed on to batchtools::reduceResultsList. Useful for deleting model data to avoid running out of memory. Thanks to Toby Dylan Hocking @tdhock for the PR (#18).
  • docs: A warning is now given when the loaded mlr3 version differs from the mlr3 version stored in the trained learners.
  • feat: Support marshaling.
  • feat: A renv project can be passed to batchmark() that is loaded in the job environment.

mlr3batchmark 0.1.1

  • feat: mlr3batchmark now depends on package batchtools to avoid having to load batchtools explicitly.

mlr3batchmark 0.1.0

  • release: Initial release