Skip to content

mlr3 0.13.1

Compare
Choose a tag to compare
@mllg mllg released this 20 Jan 12:16
19eddd8
  • Improved performance for many operations on ResampleResult and
    BenchmarkResult.
  • resample() and benchmark() got a new argument clone to control which
    objects to clone before performing computations.
  • Tasks are checked for infinite values during the conversion from data.frame
    to Task in as_task_classif() and as_task_regr(). A warning is signaled
    if any column contains infinite values.