Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Feb 1, 2024
1 parent 012c904 commit f9052c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/glm/test_golden_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def expected_all():

gm_model_parameters = {
# TODO add an unregularized case
"regularization": {"alpha": 1.0}, # regularization with alpha = 1
"half-regularization": {"alpha": 0.5}, # regularization with alpha = 0
"regularization": {"alpha": 1.0}, # default prior to v3
"half-regularization": {"alpha": 0.5}, # regularization with alpha = 0.5
"elastic-net": {"l1_ratio": 0.5, "alpha": 1.0}, # elastic-net
"lasso": {"l1_ratio": 1, "alpha": 1.0}, # lasso
"variable_p1": {
Expand Down

0 comments on commit f9052c9

Please sign in to comment.