Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Brent committed Sep 27, 2024
1 parent 9f46382 commit 23117b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def __init__(self):
'LogisitcRegression': {
'model': LogisticRegression(random_state=RANDOM_STATE),
'params': {
# TODO: add more comprehensive grid search params
"C": np.logspace(-3, 3, 7),
"penalty": ["l1", "l2"]
},
Expand Down

0 comments on commit 23117b8

Please sign in to comment.