Skip to content

Commit

Permalink
feat: include get-only-kmers feature
Browse files Browse the repository at this point in the history
  • Loading branch information
omatheuspimenta committed Oct 24, 2024
1 parent a99473b commit 3b228ba
Show file tree
Hide file tree
Showing 39 changed files with 246,417 additions and 246,157 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gramep"
version = "1.0.7"
version = "1.0.8"
edition = "2021"

[lib]
Expand Down
Binary file modified data/output/classify/model/model.sav
Binary file not shown.
Binary file modified data/output/classify/results/confusion_matrix.pdf
Binary file not shown.
206 changes: 103 additions & 103 deletions data/output/classify/results/dataframe.csv

Large diffs are not rendered by default.

23 changes: 19 additions & 4 deletions data/output/classify/results/metrics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,30 @@ Accuracy:1.0
Metrics:
precision recall f1-score support

Alpha 1.00 1.00 1.00 11
Alpha 1.00 1.00 1.00 10
Beta 1.00 1.00 1.00 10
Delta 1.00 1.00 1.00 10
Gamma 1.00 1.00 1.00 10
Omicron 1.00 1.00 1.00 10

accuracy 1.00 51
macro avg 1.00 1.00 1.00 51
weighted avg 1.00 1.00 1.00 51
accuracy 1.00 50
macro avg 1.00 1.00 1.00 50
weighted avg 1.00 1.00 1.00 50
GRAMEP - Genome vaRiation Analysis from the Maximum Entropy Principle.
Results from validation
Accuracy:1.0
Metrics:
precision recall f1-score support

Alpha 1.00 1.00 1.00 10
Beta 1.00 1.00 1.00 10
Delta 1.00 1.00 1.00 10
Gamma 1.00 1.00 1.00 10
Omicron 1.00 1.00 1.00 10

accuracy 1.00 50
macro avg 1.00 1.00 1.00 50
weighted avg 1.00 1.00 1.00 50
GRAMEP - Genome vaRiation Analysis from the Maximum Entropy Principle.
Results from validation
Accuracy:1.0
Expand Down
Loading

0 comments on commit 3b228ba

Please sign in to comment.