pgurazada1 commited on
Commit
5c1bf31
1 Parent(s): c3daab8

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -52,7 +52,7 @@ model_pipeline = make_pipeline(
52
  )
53
 
54
  param_distribution = {
55
- "logisticregression__C": [0.001, 0.01, 0.1, 0.5, 1, 5, 10]
56
  }
57
 
58
  rand_search_cv = RandomizedSearchCV(
 
52
  )
53
 
54
  param_distribution = {
55
+ "logisticregression__C": [0.001, 0.01, 0.1, 0.5, 1, 5, 10, 15]
56
  }
57
 
58
  rand_search_cv = RandomizedSearchCV(