Skip to content

Commit acd56a2

Browse files
committed
sklearn exp
1 parent f965b2c commit acd56a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperactive/integrations/sklearn/hyperactive_search_cv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def fit(self, X, y, **fit_params):
125125
X=X,
126126
y=y,
127127
)
128-
objective_function = experiment.score
128+
objective_function = experiment
129129

130130
hyper = Hyperactive(verbosity=False)
131131
hyper.add_search(

0 commit comments

Comments
 (0)