> Is there a way for me to access this information (the fitted > coefficients for each split)? It's clearly being calculated on each > iteration, so I assume there must be a way to report this back but I > haven't been able to figure it out...
No, there isn't. You will need to write the for loop yourself, if you want to retrieve this information. Optionally, you could write a scorer: http://scikit-learn.org/stable/modules/model_evaluation.html#implementing-your-own-scoring-object G ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
