JonnyBP commited on
Commit ·
3c446c6
1
Parent(s): 58e2c7a
fix: Try new values for c=0.1 and c=0.4. #5
Browse files
configs/models.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
models:
|
| 2 |
logistic_regression:
|
| 3 |
-
C: 0.
|
| 4 |
max_iter: 1000
|
| 5 |
class_weight: balanced
|
| 6 |
solver: lbfgs
|
|
|
|
| 1 |
models:
|
| 2 |
logistic_regression:
|
| 3 |
+
C: 0.4
|
| 4 |
max_iter: 1000
|
| 5 |
class_weight: balanced
|
| 6 |
solver: lbfgs
|
notebooks/04_baseline_v2.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
reports/v2/09_cv_metrics.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
reports/v2/10_baseline_confusion_roc.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
reports/v2/11_lr_coeficientes.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|