Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joanoliverastorra committed Dec 5, 2023
1 parent 19132ca commit 1c4839f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.idea/
*.egg-info/
*.csv

*.parquet
data/*
!data/.gitkeep
Expand Down
Empty file removed metrics/__init__.py
Empty file.
4 changes: 4 additions & 0 deletions metrics/test_metrics.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Class,Precision,Recall,F1 Score,Confusion Matrix
Class 1,0.7777777777777778,0.6511627906976745,0.7088607594936709,"28,11,4"
Class 2,0.6938775510204082,0.7906976744186046,0.7391304347826086,"6,34,3"
Class 3,0.8372093023255814,0.8571428571428571,0.8470588235294119,"2,4,36"

0 comments on commit 1c4839f

Please sign in to comment.