Spaces:
Runtime error
Runtime error
Update train.py
Browse files
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(
|