Skip to content

mlr3 0.17.1

Compare
Choose a tag to compare
@be-marc be-marc released this 21 Dec 17:57
  • Remove data_prototype when resampling from learner$state to reduce memory consumption.
  • Reduce number of threads used by data.table and BLAS to 1 when running resample() or benchmark() in parallel.
  • Optimize runtime of resample() and benchmark() by reducing the number of hashing operations.