TDMR-package: Tuned Data Mining in R

Description Details Author(s) References

Description

Tuned Data Mining in R

Details

Package: TDMR
Type: Package
Version: 2.2
Date: 01.03.2020
License: GPL (>= 2)
LazyLoad: yes

TDMR is a package for tuned data mining (predictive analytics, i.e. classification and regression). Its main features are:
1) A variety of tuners, with special emphasis on SPOT (a well-known R package for parameter tuning), but also CMA-ES (package rCMA-package) and other tuning algorithms.
2) Tuning of preprocessing parameters and model building parameters simultaneously. Preprocessing often includes feature generation.
3) Support for multiple tuning experiments (different settings, repetitions with different resamplings, ...).
4) Easy parallelization of those experiments with the help of R package parallel.
5) Extensibility: New tuning parameters, new preprocessing tools, model builders and even new tuners can be added easily.

The main entry point functions are tdmClassifyLoop, tdmRegressLoop, tdmTuneIt, and tdmBigLoop. See tdmOptsDefaultsSet and tdmDefaultsFill for an overview of adjustable TDMR-parameters.

Author(s)

Wolfgang Konen (wolfgang.konen@th-koeln.de), Patrick Koch

References

http://lwibs01.gm.fh-koeln.de/blogs/ciop/research/tuned-data-mining/


TDMR documentation built on March 3, 2020, 1:06 a.m.