Dan Shiebler
2015-12-16 03:22:33 UTC
Hello,
I have some code and tests written for a StackingClassifier that has an
sklearn-like interface and is compatible with sklearn classifiers. The
classifier contains methods to easily train classifiers on different
transformations of the same data and train a meta-classifier on the
classifier outputs. Where would be the best place for this code? I believe
this class would be a useful addition to sklearn.ensemble.
Thanks,
Dan
I have some code and tests written for a StackingClassifier that has an
sklearn-like interface and is compatible with sklearn classifiers. The
classifier contains methods to easily train classifiers on different
transformations of the same data and train a meta-classifier on the
classifier outputs. Where would be the best place for this code? I believe
this class would be a useful addition to sklearn.ensemble.
Thanks,
Dan