Skip to content

mlr3db 0.1.5

Compare
Choose a tag to compare
@mllg mllg released this 21 Feb 10:03
  • as_data_backend() method to construct a DataBackendDplyr now specialized
    to operate on objects of type "tbl_lazy" (was "tbl" before). This way,
    local "tbl" objects such as tibbles are converted to a
    DataBackendDataTable by mlr3::as_data_backend.data.frame().