Package: ensembleML 0.2.5

Sadikul Islam
ensembleML: Unified Interface for Ensemble Machine Learning Methods
Provides a clean, unified interface for training, predicting, and evaluating ensemble machine learning models including Random Forest, Gradient Boosting ('XGBoost'), 'AdaBoost', and 'Bagging'. All algorithms share a consistent API: em_fit(), em_predict(), em_evaluate(), and em_tune(). Includes built-in cross-validation, feature importance, calibration diagnostics, partial dependence plots, and model comparison utilities. Methods: Breiman (2001) <doi:10.1023/A:1010933404324>; Chen and Guestrin (2016) <doi:10.1145/2939672.2939785>; Freund and Schapire (1997) <doi:10.1006/jcss.1997.1504>; Breiman (1996) <doi:10.1007/BF00058655>.
Authors:
ensembleML_0.2.5.tar.gz
ensembleML_0.2.5.tar.gz(r-4.7-any)ensembleML_0.2.5.tar.gz(r-4.6-any)
ensembleML_0.2.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ensembleML/json (API)
| # Install 'ensembleML' in R: |
| install.packages('ensembleML', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:3d55983156. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 136 | ||
| source / vignettes | OK | 193 | ||
| linux-release-x86_64 | OK | 138 | ||
| wasm-release | OK | 133 |
Exports:em_calibrationem_compareem_confusionem_cvem_evaluateem_fitem_importanceem_partialem_plot_cvem_predictem_residualsem_tune
Dependencies:adabagcaretclasscliclockcodetoolsConsRankcpp11data.tablediagramdigestdoParalleldplyre1071farverforeachfuturefuture.applygenericsggplot2globalsgluegowergtablegtoolshardhatipredisobanditeratorsjsonliteKernSmoothlabelinglatticelavalifecyclelistenvlubridatemagrittrMASSMatrixModelMetricsnlmennetnumDerivparallellypillarpkgconfigplyrpROCprodlimprogressrproxypurrrR6randomForestRColorBrewerRcpprecipesreshape2rlangrlistrpartS7scalesshapesparsevctrsSQUAREMstringistringrsurvivaltibbletidyrtidyselecttimechangetimeDatetzdbutf8vctrsviridisLitewithrxgboostXMLyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| ensembleML: Unified Ensemble Machine Learning Interface | ensembleML-package ensembleML |
| Calibration (Reliability) Diagram | em_calibration |
| Compare Multiple Ensemble Algorithms | em_compare |
| Confusion Matrix | em_confusion |
| k-Fold Cross-Validation | em_cv |
| Evaluate Model Performance | em_evaluate |
| Fit an Ensemble Model | em_fit |
| Feature Importance | em_importance |
| Partial Dependence Plot | em_partial |
| Plot Cross-Validation Fold Results | em_plot_cv |
| Predict from an Ensemble Model | em_predict |
| Residual Diagnostics for Regression Models | em_residuals |
| Tune Hyperparameters via Cross-Validation Grid Search | em_tune |