Skip to content

Commit

Permalink
switched gui feature to the gui branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhal baccouri committed Oct 12, 2020
1 parent 75a5889 commit 359f92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions igel/igel.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ def fit(self, **kwargs):
**cv_params)
hyperparams_props = self.model_props.get('hyperparameter_search', None)
if hyperparams_props:

# perform hyperparameter search
method = hyperparams_props.get('method', None)
grid_params = hyperparams_props.get('parameter_grid', None)
Expand Down

0 comments on commit 359f92d

Please sign in to comment.