next up previous contents
Next: B.4.8 svm Up: B.4 Learners Previous: B.4.6 oldknn   Contents


B.4.7 super

This learner combines the results of other learners into a single prediction. This two-step technique starts by applying a set of learners, called the sublearners, to part of the training dataset. The sublearners then make predictions on remainder of the training dataset, and these predictions are stored in a new, temporary dataset. The outputs for the temporary dataset are the same as the outputs for corresponding rows of the original training dataset. In the second step, a learner called the superlearner is trained on the temporary dataset. The superlearner is then applied to the testing dataset or to the held-out data points in a k-fold cross-validation experiment. This idea has been thoroughly investigated under the name stacking [45].




Keyword Arg Type Arg Vals Default
Common
learners string    
superlearner string   lr
     



Common keywords and arguments:


next up previous contents
Next: B.4.8 svm Up: B.4 Learners Previous: B.4.6 oldknn   Contents
Copyright 2004 Paul Komarek, komarek@cmu.edu