Package: mlr
Title: Machine Learning in R
Description: 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.
Authors@R: c(
    person("Bernd", "Bischl", email = "bernd_bischl@gmx.net", role = c("aut", "cre")),
    person("Michel", "Lang", email = "michellang@gmail.com", role = "aut"),
    person("Lars", "Kotthoff", email = "larsko@cs.ubc.ca", role = "aut"),
    person("Julia", "Schiffner", email = "schiffner@math.uni-duesseldorf.de", role = "aut"),
    person("Jakob", "Richter", email = "code@jakob-r.de", role = "aut"),
    person("Zachary", "Jones", email = "zmj@zmjones.com", role = "aut"),
    person("Giuseppe", "Casalicchio", email = "giuseppe.casalicchio@stat.uni-muenchen.de", role = "aut"),
    person("Jakob", "Bossek", email = "jakob.bossek@tu-dortmund.de", role = "ctb"),
    person("Erich", "Studerus", email = "erich.studerus@upkbs.ch", role = "ctb"),
    person("Leonard","Judt", email = "leonard.judt@tu-dortmund.de", role = "ctb"),
    person("Tobias", "Kuehn", email = "tobi.kuehn@gmx.de", role = "ctb"),
    person("Pascal", "Kerschke", email = "kerschke@uni-muenster.de", role = "ctb"),
    person("Florian", "Fendt", email = "flo_fendt@gmx.de", role = "ctb"))
URL: https://github.com/mlr-org/mlr
BugReports: https://github.com/mlr-org/mlr/issues
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.0.2), BBmisc (>= 1.10), ggplot2, ParamHelpers (>=
        1.8), stats, stringi
Imports: checkmate (>= 1.8.1), data.table, ggvis, methods, parallelMap
        (>= 1.3), plyr, reshape2, shiny, survival, utils
Suggests: ada, adabag, bartMachine, brnn, bst, C50, care, caret (>=
        6.0-57), class, clue, cluster, clusterSim, clValid, cmaes,
        CoxBoost, crs, Cubist, deepnet, DiceKriging, DiceOptim,
        DiscriMiner, e1071, earth, elasticnet, elmNN, emoa, extraTrees,
        flare, fields, FNN, fpc, frbs, FSelector, gbm, GenSA, glmnet,
        h2o (>= 3.6.0.8), GPfit, Hmisc, irace (>= 1.0.7), kernlab,
        kknn, klaR, knitr, kohonen, laGP, LiblineaR, lqa, MASS, mboost,
        mco, mda, mlbench, modeltools, mRMRe, nnet, nodeHarvest (>=
        0.7-3), neuralnet, numDeriv, pamr, party, penalized (>=
        0.9-47), pls, PMCMR (>= 4.1), pROC (>= 1.8), randomForest,
        randomForestSRC (>= 2.2.0), ranger (>= 0.5.0), RCurl, rFerns,
        rjson, rknn, rmarkdown, robustbase, ROCR, rotationForest,
        rpart, RRF, rrlda, rsm, RSNNS, RWeka, sda, smoof,
        sparsediscrim, sparseLDA, stepPlr, SwarmSVM, svglite, testthat,
        tgp, TH.data, xgboost, XML
LazyData: yes
ByteCompile: yes
Version: 2.9
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-08-03 15:07:14 UTC; bischl
Author: Bernd Bischl [aut, cre],
  Michel Lang [aut],
  Lars Kotthoff [aut],
  Julia Schiffner [aut],
  Jakob Richter [aut],
  Zachary Jones [aut],
  Giuseppe Casalicchio [aut],
  Jakob Bossek [ctb],
  Erich Studerus [ctb],
  Leonard Judt [ctb],
  Tobias Kuehn [ctb],
  Pascal Kerschke [ctb],
  Florian Fendt [ctb]
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>
Repository: CRAN
Date/Publication: 2016-08-03 18:03:22
