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@uwyo.edu", 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("Mason", "Gallo", email = "masonagallo@gmail.com", 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"),
    person("Philipp", "Probst", email = "philipp_probst@gmx.de", role = "ctb"),
    person("Xudong", "Sun", email = "xudong.sun@stat.uni-muenchen.de", role = "ctb"),
    person("Janek", "Thomas", email = "janek.thomas@stat.uni-muenchen.de", role = "ctb"),
    person("Bruno", "Vieira", email = "bruno.hebling.vieira@usp.br", role = "ctb"),
    person("Laura", "Beggel", email = "laura.beggel@web.de", role = "ctb"),
    person("Quay", "Au", email = "quay.au@stat.uni-muenchen.de", role = "ctb"),
    person("Martin", "Binder", email = "ma.binder@campus.lmu.de", role = "ctb"),
    person("Florian", "Pfisterer", email = "pfistererf@googlemail.com", role = "ctb"),
    person("Stefan", "Coors", email = "stefan.coors@gmx.net", role = "ctb"),
    person("Patrick", "Schratz", email = "patrick.schratz@gmail.com", role = "ctb"),
    person("Steve", "Bronder", email = "sab2287@columbia.edu", 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), ParamHelpers (>= 1.10)
Imports: BBmisc (>= 1.11), backports (>= 1.1.0), ggplot2, stats,
        stringi, checkmate (>= 1.8.2), data.table, methods, parallelMap
        (>= 1.3), survival, utils, XML
Suggests: ada, adabag, bartMachine, batchtools, brnn, bst, C50, care,
        caret (>= 6.0-57), class, clue, cluster, clusterSim (>=
        0.44-5), clValid, cmaes, CoxBoost, crs, Cubist, deepnet,
        DiceKriging, DiceOptim, DiscriMiner, e1071, earth, elasticnet,
        elmNN, emoa, evtree, extraTrees, fda.usc, FDboost, flare,
        fields, FNN, fpc, frbs, FSelector, gbm, GenSA, glmnet, h2o (>=
        3.6.0.8), GPfit, Hmisc, ipred, irace (>= 2.0), kernlab, kknn,
        klaR, knitr, laGP, LiblineaR, lintr (>= 1.0.0.9001), lqa, MASS,
        mboost, mco, mda, mlbench, mldr, mlrMBO, mmpf, modeltools,
        mRMRe, nnet, nodeHarvest (>= 0.7-3), neuralnet, numDeriv, pamr,
        party, penalized (>= 0.9-47), pls, PMCMR (>= 4.1),
        randomForest, randomForestSRC (>= 2.2.0), ranger (>= 0.8.0),
        refund, rex, rFerns, rknn, rmarkdown, robustbase, ROCR,
        rotationForest, rpart, RRF, rrlda, rsm, RSNNS, RWeka, sda,
        shiny, smoof, sparseLDA, stepPlr, survAUC, SwarmSVM, svglite,
        testthat, tgp, TH.data, wavelets, xgboost (>= 0.6-2)
LazyData: yes
ByteCompile: yes
Version: 2.12.1
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2018-03-29 09:28:32 UTC; ripley
Author: Bernd Bischl [aut, cre],
  Michel Lang [aut],
  Lars Kotthoff [aut],
  Julia Schiffner [aut],
  Jakob Richter [aut],
  Zachary Jones [aut],
  Giuseppe Casalicchio [aut],
  Mason Gallo [aut],
  Jakob Bossek [ctb],
  Erich Studerus [ctb],
  Leonard Judt [ctb],
  Tobias Kuehn [ctb],
  Pascal Kerschke [ctb],
  Florian Fendt [ctb],
  Philipp Probst [ctb],
  Xudong Sun [ctb],
  Janek Thomas [ctb],
  Bruno Vieira [ctb],
  Laura Beggel [ctb],
  Quay Au [ctb],
  Martin Binder [ctb],
  Florian Pfisterer [ctb],
  Stefan Coors [ctb],
  Patrick Schratz [ctb],
  Steve Bronder [ctb]
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>
Repository: CRAN
Date/Publication: 2018-03-29 10:02:44 UTC
