Skip to content

Commit 5785015

Browse files
examples
1 parent b148dd0 commit 5785015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/train_aplr_regression_cross_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
random_state=random_state,
4444
verbosity=1,
4545
m=1000,
46-
v=0.01,
46+
v=0.1,
4747
loss_function=loss_function,
4848
link_function=link_function,
4949
),

examples/train_aplr_regression_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
random_state=random_state,
4848
verbosity=2,
4949
m=1000,
50-
v=0.01,
50+
v=0.1,
5151
loss_function=loss_function,
5252
link_function=link_function,
5353
**params

0 commit comments

Comments
 (0)