Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Edit Makefile#4

Merged
Sepiolina merged 3 commits into
mainfrom
update
Apr 29, 2026
Merged

Edit Makefile#4
Sepiolina merged 3 commits into
mainfrom
update

Conversation

@Sepiolina

Copy link
Copy Markdown
Owner

Edit Makefile

  • add git diff --cached --quiet exits 0 if nothing is staged, 1 if there are staged changes. The || means the git commit only runs when there is something to commit — so when the tree is clean, it skips the commit gracefully instead of erroring out, and the push still runs.

git diff --cached --quiet exits 0 if nothing is staged, 1 if there are staged changes. The || means the git commit only runs when there is something to commit — so when the tree is clean, it skips the commit gracefully instead of erroring out, and the push still runs.
@github-actions

Copy link
Copy Markdown

Model Metrics

Accuracy = 0.97, F1 Score = 0.94.

Confusion Matrix Plot

Confusion Matrix

@Sepiolina Sepiolina merged commit 016e581 into main Apr 29, 2026
@github-actions

Copy link
Copy Markdown

Model Metrics

Accuracy = 0.97, F1 Score = 0.94.

Confusion Matrix Plot

Confusion Matrix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant