Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinus-witarsah committed Jul 30, 2024
1 parent c7dbd87 commit 94e3c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ eval:
update-branch:
git config --global user.name $(USER_NAME)
git config --global user.email $(USER_EMAIL)
git commit -am "Update with new results"
git commit add .
git commit -m "Update with new results"
git push --force origin HEAD:update

#################################################################################
Expand Down

1 comment on commit 94e3c43

@github-actions
Copy link

Choose a reason for hiding this comment

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

Model Train Metrics

{
"ROC AUC Score": 0.8698805394816606,
"PR AUC Score": 0.7123467967634151,
"Gini Score": 0.7397610789633211,
"Kolmogorov-Smirnov Score": 0.6164803829590441
}

Train Calibration Plot

Train Calibration Plot

Model Test Metrics

{
"ROC AUC Score": 0.8716146967317216,
"PR AUC Score": 0.7183247007294158,
"Gini Score": 0.7432293934634433,
"Kolmogorov-Smirnov Score": 0.6121896745267259
}

Test Calibration Plot

Test Calibration Plot

Please sign in to comment.