searchgrid
searchgrid copied to clipboard
Helpers for constructing scikit-learn grid search
Gave this issue a shot: https://github.com/jnothman/searchgrid/issues/13 ColumnTransformer breaks from Pipeline and FeatureUnion's pattern by accepting a list of (encoder, 'column_name') tuples, instead of just a list of encoders. As a...
Because the user no longer specifies the grid by full names, results are then presented with param names that are unfamiliar and which will vary with The user needs help...
This would involve a post-process after `fit` which modifies `cv_results_`.
Do we want to overload the use of `set_grid`, or use `set_rv`? Perhaps we can draw parameters from distrib if available, and grid otherwise. How do we deal with multiple...