classifier max_depth': (150, 155, 160), code example
Example: classifier max_depth': (150, 155, 160),
parameters = [{
'clf__max_depth': (150, 155, 160),
'clf__min_samples_split': (1,2,3),
'clf__min_samples_leaf': (1,2,3)
}]