Skip to content
Snippets Groups Projects
Select Git revision
0 results

model_selection

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Stephen Hoover authored
    * ENH Accept keyword parameters to hyperparameter search fit methods
    
    Deprecate ``fit_params`` as a constructor argument to the hyperparameter search classes and instead accept keyword parameters to the ``fit`` methods. This makes the ``fit`` methods of these functions conform to the Estimator API and allows the use of hyperparameter search functions in other CV utility functions such as ``cross_val_predict``.
    
    * CR: Expanded tests, remove deprecated use in Ridge
    
    * Make tests consistent in Python 2 and 3
    3a0ea190
    History
    Name Last commit Last update
    ..