I'm using a pipeline with gridsearchcv. I tried this to allow search over a 
range of number of trees

params = dict(random_forest_classifier__n_estimators=[8, 9, 10, 11])
clf = grid_search.GridSearchCV(my_pipeline, param_grid=params)

but the name 'random_forest_classifier__n_estimators' is not correct. What is 
the name for it, and how do I find these names for different classifiers?

Thanks,
------------------------------------------------------------------------------
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

Reply via email to