rhiever / sklearn-benchmarks

A centralized repository to report scikit-learn model performance across a variety of parameter settings and data sets.
MIT License
210 stars 54 forks source link

searching max_features in a single tree is not meaningful #13

Closed amueller closed 8 years ago

amueller commented 8 years ago

https://github.com/rhiever/sklearn-benchmarks/blob/master/model_code/DecisionTreeClassifier.py#L12

you are basically just subsampling the number of features to use randomly. If this doesn't come out as "None", something is fishy.