Skip to content

Commit

Permalink
increase min_scale to ensure numerical stability
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Aug 26, 2023
1 parent 5462810 commit 07b78ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/benchmarking/tests/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_evaluate_common_configs(cv, scoring, backend):

X, y = load_diabetes(return_X_y=True, as_frame=True)
y = pd.DataFrame(y)
estimator = ResidualDouble(LinearRegression())
estimator = ResidualDouble(LinearRegression(), min_scale=1)

scoring = scoring()

Expand Down

0 comments on commit 07b78ae

Please sign in to comment.