Skip to content

Commit

Permalink
Revert method, prop, attr names: .gridsearch (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
knakamura13 committed Sep 14, 2024
1 parent e9a1b14 commit e61877a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mlrose_ky/gridsearch/grid_search_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ def _perform_grid_search(
Number of cross-validation folds.
parameters : dict
Dictionary with parameters names as keys and lists of parameter settings to try as values.
n_jobs : int, optional
Number of jobs to run in parallel. Defaults to 1.
verbose : bool, optional
Whether to display verbose output during grid search. Defaults to False.
n_jobs : int, optional, default=1
Number of jobs to run in parallel.
verbose : bool, optional, default=1
Whether to display verbose output during grid search.
Returns
-------
Expand Down

0 comments on commit e61877a

Please sign in to comment.