Changelog
Source:NEWS.md
mlr3torch 0.1.1
CRAN release: 2024-09-12
- fix(preprocessing): regarding the construction of some
PipeOps
such aspo("trafo_resize")
which failed in some cases. - fix(ci): tests were not run in the CI
- fix(learner):
LearnerTabResnet
now works correctly - Fix that tests were not run in the CI
- feat: added the
nn()
helper function to simplify the creation of neural network layers