Accuracy code

This commit is contained in:
pranavbrkr 2023-11-23 20:27:21 -07:00
parent f085d57317
commit bfc150c106
2 changed files with 2020 additions and 2007 deletions

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ import matplotlib.pyplot as plt
valid_classification_methods = { valid_classification_methods = {
"m-nn": 1, "m-nn": 1,
"decision tree": 2, "decision-tree": 2,
"ppr": 3, "ppr": 3,
} }