mlr: mlr: Machine Learning in R

Interface to a large number of classification and regression techniques, including machine-readable parameter descriptions. There is also an experimental extension for survival analysis, clustering and general, example-specific cost-sensitive learning. Generic resampling, including cross-validation, bootstrapping and subsampling. Hyperparameter tuning with modern optimization techniques, for single- and multi-objective problems. Filter and wrapper methods for feature selection. Extension of basic learners with additional operations common in machine learning, also allowing for easy nested resampling. Most operations can be parallelized.

Version: 2.1
Depends: R (≥ 3.0.0), ParamHelpers (≥ 1.2), BBmisc (≥ 1.7), stats
Imports: parallelMap (≥ 1.1), codetools, survival, checkmate (≥ 1.1)
Suggests: testthat, ada, adabag, caret, class, cluster, clusterSim, clValid, cmaes, CoxBoost, crs, DiceKriging, DiceOptim, DiscriMiner, e1071, earth, emoa, FNN, FSelector, gbm, GenSA, ggplot2, glmnet, Hmisc, irace, kernlab, kknn, klaR, LiblineaR, mboost, mco, mda, mlbench, mRMRe, nnet, party, penalized, pls, pROC, randomForest, randomForestSRC, reshape2, rrlda, robustbase, rpart, rsm, RWeka, ROCR, stepPlr
Published: 2014-07-21
Author: Bernd Bischl [aut, cre], Michel Lang [aut], Jakob Bossek [aut], Leonard Judt [aut], Jakob Richter [aut], Tobias Kuehn [aut], Erich Studerus [aut]
Maintainer: Bernd Bischl <bernd_bischl at gmx.net>
BugReports: https://github.com/berndbischl/mlr/issues
License: BSD_3_clause + file LICENSE
URL: https://github.com/berndbischl/mlr
NeedsCompilation: yes
Materials: NEWS
CRAN checks: mlr results

Downloads:

Reference manual: mlr.pdf
Package source: mlr_2.1.tar.gz
Windows binaries: r-devel: mlr_2.1.zip, r-release: mlr_2.1.zip, r-oldrel: mlr_2.1.zip
OS X Snow Leopard binaries: r-release: mlr_2.1.tgz, r-oldrel: mlr_2.1.tgz
OS X Mavericks binaries: r-release: mlr_2.1.tgz
Old sources: mlr archive

Reverse dependencies:

Reverse depends: llama