Skip to contents
ibis.iSDM 0.0.3
- Removed Magittr dependency #41
- Smaller improvements to documentation and removing of CRAN preventing function calls.
- Made the separation from hyperparameter search functions clearer and added new option to filter highly correlated covariates via
train
.
- Added Boruta for iterative feature selection of predictor variables.
ibis.iSDM 0.0.2
- Smaller documentation fixes, including to make sure examples and returns are in all exported function documentations.
- Preparation for cran release #38, including fixing some common issues and checks.
- Some smaller bug fixes to
validate
to make Boyce more robust.
- Change of the logo. Thanks to @elliwoto
- Added warning to validate call for users to be aware of non-independent validation.
- Further fixes on github actions and tests by @mhesselbarth
ibis.iSDM 0.0.1
- Initial public release version! Finding and fixing further bugs…