Re: [Scikit-learn-general] Dynamic Multiple Classifier Systems

2014-08-28 Thread Arnaud Joly
Hi, Which algorithm do you want to bring into scikit-learn? Note that algorithms that are ok for inclusion in scikit-learn have at least 3 years old (since publications), 1000+ cites and wide use and usefulness. [1] Best regards, Arnaud [1] http://scikit-learn.org/stable/faq.html#can-i-add-thi

[Scikit-learn-general] Dynamic Multiple Classifier Systems

2014-08-27 Thread Dayvid Victor
Hi, I noticed that there are several classifiers ensemble implementations, but (at least I think so), they all use tradicional combination algorithms. Is there any dynamic multiple classifier system implementation? If not, does it seems like something worth implement and add in sklearn? Thanks,