On 01/20/2012 11:07 PM, [email protected] wrote: > I wonder if the Decision Tree base estimator could derive from a more general > base estimator for Random Forests and just, for example, override a setup > method or a constructor? > > This seems like a very good idea. It's definitely better than what I would have come up with.
So the idea is that the meta estimator checks whether it got an estimator derived from the base estimator and if so, calls some setup procedure? ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
