change default ridge to 1.0

This commit is contained in:
bohanjason
2019-11-29 19:42:33 -05:00
committed by Dana Van Aken
parent 5e51cf7025
commit 7ee615a3f3

View File

@@ -50,7 +50,7 @@ DEFAULT_LEARNING_RATE = 0.01
# a small bias when using training data points as starting points.
GPR_EPS = 0.001
DEFAULT_RIDGE = 0.01
DEFAULT_RIDGE = 1.0
DEFAULT_EPSILON = 1e-6