Package: mlexperiments 1.0.0
mlexperiments: Machine Learning Experiments
Provides 'R6' objects to perform parallelized hyperparameter optimization and cross-validation. Hyperparameter optimization can be performed with Bayesian optimization (via 'rBayesianOptimization' <https://cran.r-project.org/package=rBayesianOptimization>) and grid search. The optimized hyperparameters can be validated using k-fold cross-validation. Alternatively, hyperparameter optimization and validation can be performed with nested cross-validation. While 'mlexperiments' focuses on core wrappers for machine learning experiments, additional learner algorithms can be supplemented by inheriting from the provided learner base class.
Authors:
mlexperiments_1.0.0.tar.gz
mlexperiments_1.0.0.zip(r-4.7)mlexperiments_1.0.0.zip(r-4.6)mlexperiments_1.0.0.zip(r-4.5)
mlexperiments_1.0.0.tgz(r-4.6-any)mlexperiments_1.0.0.tgz(r-4.5-any)
mlexperiments_1.0.0.tar.gz(r-4.7-any)mlexperiments_1.0.0.tar.gz(r-4.6-any)
mlexperiments_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
mlexperiments/json (API)
| # Install 'mlexperiments' in R: |
| install.packages('mlexperiments', repos = c('https://kapsner.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kapsner/mlexperiments/issues
cross-validationexperimenthyperparameter-optimizationhyperparameter-tuningmachine-learningnestedquarto
Last updated from:ea1cb9dc1a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 400 | ||
| source / vignettes | OK | 234 | ||
| linux-release-x86_64 | OK | 390 | ||
| macos-release-arm64 | OK | 292 | ||
| macos-oldrel-arm64 | OK | 252 | ||
| windows-devel | OK | 415 | ||
| windows-release | OK | 417 | ||
| windows-oldrel | OK | 391 | ||
| wasm-release | OK | 134 |
Exports:handle_cat_varsLearnerGlmLearnerKnnLearnerLmLearnerRpartmetricmetric_types_helperMLCrossValidationMLLearnerBaseMLNestedCVMLTuneParametersperformancepredictionsvalidate_fold_equality
Dependencies:backportsbase64encbslibcachemcheckmatecliclustercodetoolscolorspacecpp11crayondata.tabledigestdoParallelevaluatefarverfastmapfontawesomeforeachforeignFormulafsggplot2gluegridExtragtablehighrHmischmshtmlTablehtmltoolshtmlwidgetsisobanditeratorsjquerylibjsonlitekdryknitrlabelinglifecyclemagrittrmemoisemimennetpkgconfigprettyunitsprogressR6rappdirsRColorBrewerrlangrmarkdownrpartrstudioapiS7sassscalessplitToolsstringistringrtinytexvctrsviridisLitewithrxfunyaml
KNN: Binary Classification
Rendered frommlexperiments_knn_binary.qmdusingquarto::htmlon May 25 2026.Last update: 2026-01-15
Started: 2024-05-29
KNN: Multiclass Classification
Rendered frommlexperiments_knn_multiclass.qmdusingquarto::htmlon May 25 2026.Last update: 2026-01-15
Started: 2024-05-29
mlexperiments: Getting Started
Rendered frommlexperiments_starter.qmdusingquarto::htmlon May 25 2026.Last update: 2026-01-16
Started: 2024-05-29
rpart: Binary Classification
Rendered frommlexperiments_rpart_binary.qmdusingquarto::htmlon May 25 2026.Last update: 2026-01-15
Started: 2024-05-29
rpart: Multiclass Classification
Rendered frommlexperiments_rpart_multiclass.qmdusingquarto::htmlon May 25 2026.Last update: 2026-01-15
Started: 2024-05-29
rpart: Regression
Rendered frommlexperiments_rpart_regression.qmdusingquarto::htmlon May 25 2026.Last update: 2026-01-15
Started: 2024-05-29
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| handle_cat_vars | handle_cat_vars |
| LearnerGlm R6 class | LearnerGlm |
| LearnerKnn R6 class | LearnerKnn |
| LearnerLm R6 class | LearnerLm |
| LearnerRpart R6 class | LearnerRpart |
| metric | metric |
| metric_types_helper | metric_types_helper |
| Basic R6 Class for the mlexperiments package | MLBase |
| R6 Class to perform cross-validation experiments | MLCrossValidation |
| R6 Class on which the experiment classes are built on | MLExperimentsBase |
| R6 Class to construct learners | MLLearnerBase |
| R6 Class to perform nested cross-validation experiments | MLNestedCV |
| R6 Class to perform hyperparameter tuning experiments | MLTuneParameters |
| performance | performance |
| predictions | predictions |
| validate_fold_equality | validate_fold_equality |
