Skip to content

Commit

Permalink
rerun pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alex000kim committed Aug 27, 2023
1 parent fb2f81e commit 70b4b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ stages:
outs:
- path: models/clf-model.joblib
hash: md5
md5: 03393af585c07f182d7e07ecd917cbf6
md5: 1ae2deeb5a307542412ed0f820cfd28b
size: 751835
eval:
cmd: python src/stages/eval.py --config=params.yaml
Expand All @@ -93,7 +93,7 @@ stages:
nfiles: 4
- path: models/clf-model.joblib
hash: md5
md5: 03393af585c07f182d7e07ecd917cbf6
md5: 1ae2deeb5a307542412ed0f820cfd28b
size: 751835
- path: src/stages/eval.py
hash: md5
Expand Down

1 comment on commit 70b4b53

@alex000kim
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Metrics

Path f1 roc_auc
metrics.json 0.51163 0.81613

Feature Importances

feature importance
num__Age 0.19
num__NumOfProducts 0.18
num__IsActiveMember 0.07
num__Balance 0.04
num__HasCrCard 0.01
num__CreditScore 0.00
num__Tenure -0.01
num__EstimatedSalary -0.01

Confusion Matrix

Please sign in to comment.