Will Landecker

Results 4 comments of Will Landecker

~~Oh shoot, I just realized that in ColumnTransformer, `column_name` is expected to be a list of column name strings, not a string itself. Let me fix that first...~~ Fixed.

No worries! Take your time.

what if `set_grid()` accepted an optional `name` parameter, which would be used when describing the `cv_results_` params? If the name parameter isn't supplied, the code could default to exactly how...

Ah, I see. Having a custom GridSearchCV would be a good deal more overhead. I'm not very familiar with sklearn's GridSearchCV details under the hood, so I was hoping that...