Closed amueller closed 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.
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.