mlr3torch
mlr3torch copied to clipboard
Create realistic use cases for the package
- [ ] think of some use-cases
- [x] simple use case: xgboost vs torch: no factors, no missing values
- [ ] xgboost vs deep learning: use datasets from openml and benchmark them. with missing values and factor variables
- [ ] proper benchmark: tuning with internal tuning
- [ ] batchmark
- [x] try to fit an image dataset:
- [ ] using a pretrained network
- [x] no pretrained network.
- [x] with data augmentation