When using GridSearchCV with random forests, is there a way to get the
feature_importances_?
For example, with a code like this
parameters = { <some_parameters> }
clf = grid_search.GridSearchCV(RandomForestClassifier(),
param_grid=parameters)
clf.fit(X, y)
the object clf will not have feature_importances_. Is that embedded in
best_estimator?
Thank you,
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general