mlr
mlr copied to clipboard
Machine Learning in R
- [ ] Resolve all tasks in `cran-comments.md` - [ ] Run `fledge::release()` - [ ] When the package is accepted on CRAN, run `fledge::post_release()`
updates: - [github.com/lorenzwalthert/precommit: v0.3.2.9003 → v0.4.2](https://github.com/lorenzwalthert/precommit/compare/v0.3.2.9003...v0.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.6.0)
Hi, my code is as below, to select the best set of features. but every time I run the code, the result was different. As you see, I have set...
When using `tuneThreshold` to get the best threshold for a measure that needs maximization it does not work, but provides the minima (worst threshold) and returns it with the wrong...
Just a typo.
Thank you for your great R package "mlr". I am interested in calculate survival probability for my clinical data. I want to use surv.randomForestSRC in "mlr" package for this.But I...