Skip to content

Commit 13c0514

Browse files
authored
Update logreg.json
1 parent 35282a0 commit 13c0514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/regular/bf16/logreg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"tol": 1e-4,
1111
"C": 1.0,
1212
"l1_ratio": null,
13-
"max_iter": 200
13+
"max_iter": 20
1414
}
1515
}
1616
},
1717
"sklearn logreg parameters": {
1818
"algorithm": {
1919
"estimator_params": {
20-
"solver": "lbfgs",
20+
"solver": "newton-cg",
2121
"n_jobs": "[SPECIAL_VALUE]physical_cpus",
2222
"random_state": 42
2323
}

0 commit comments

Comments
 (0)