Skip to content

Garrett-R/stacked-gen-bucket-of-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stacked Generalization and Bucket of Models

This is an implementation of Stacked Generalization, as explained in the paper Stacked Generalization, 1992, by D.H. Wolpert.

It extends Stacked Generalization by also offering Bucket of Models for the selection of the classifiers and parameters. The classifiers and parameters are choosing by using cross-validation on the training set.

Usage

There's an included file showing an exmaple usage.

Issues

  • This algorithm is very computationally expensive, but as long as the parameters are not set too high, it should be feasible. (see the file example_usage_stacked_gen.py for example parameters)

License

GNU GPL version 2 or later

About

Implementation of Stacked Generalization and Bucket of Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages