classifier max depth 27 3a 28150 2c 155 2c 160 29 2c

Solutions on MaxInterview for classifier max depth 27 3a 28150 2c 155 2c 160 29 2c by the best coders in the world

showing results for - "classifier max depth 27 3a 28150 2c 155 2c 160 29 2c"
Giorgio
09 Jan 2019
1parameters = [{
2        'clf__max_depth': (150, 155, 160),
3        'clf__min_samples_split': (1,2,3),
4        'clf__min_samples_leaf': (1,2,3)
5    }]
6