Skip to content

Commit fd62894

Browse files
hyun-seomandjevant
andauthored
Update hpsklearn/estimator/estimator.py
apply the review Co-authored-by: mandjevant <[email protected]>
1 parent 05399a0 commit fd62894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpsklearn/estimator/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def fit_iter(self, X, y,
282282
EX_list=EX_list,
283283
valid_size=valid_size,
284284
n_folds=n_folds,
285-
kfolds_group = kfolds_group,
285+
kfolds_group=kfolds_group,
286286
shuffle=cv_shuffle,
287287
random_state=random_state,
288288
use_partial_fit=self.use_partial_fit,

0 commit comments

Comments
 (0)