Artifacts using CARET (6)

Sort: popular | newest
It implements Freund and Schapire's Adaboost.M1 algorithm and Breiman's Bagging algorithm using classification trees as individual classifiers. Once these classifiers have been trained, they can be used to predict on new data. Also, cross validation estimation of the error can be done. Since version 2.0 the function "margins" is available to calculate the margins for these classifiers. Also a higher flexibility is achieved giving access to the "rpart.control" argument of "rpart". Four important new features ...
Last Release on Feb 15, 2021
Functions for classification and group membership probability estimation are given. The issue of non-informative features in the data is addressed by utilizing the ensemble method. A few optimal models are selected in the ensemble from an initially large set of base k-nearest neighbours (KNN) models, generated on subset of features from the training data. A two stage assessment is applied in selection of optimal models for the ensemble in the training function. The prediction functions for classification ...
Last Release on Apr 30, 2022
  • Prev
  • 1
  • Next