Skip to content

Commit 7839432

Browse files
change params
1 parent 8c33a60 commit 7839432

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configs/regular/logreg_cv.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"estimator_methods": { "inference": "predict" },
1010
"estimator_params": {
1111
"Cs": 10,
12-
"solver": "newton-cg",
12+
"solver": "lbfgs",
13+
"max_iter": 1000,
1314
"random_state": 123
1415
}
1516
}
@@ -20,7 +21,7 @@
2021
"source": "make_classification",
2122
"generation_kwargs": [
2223
{
23-
"n_samples": 250000,
24+
"n_samples": 100000,
2425
"n_features": 1000,
2526
"n_informative": 800,
2627
"n_classes": [2]

0 commit comments

Comments
 (0)