-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Train, validate and test third algorithm (k nearest neighbors). Test …
…naive bayes and decision tree. Co-authored-by: 23jams <[email protected]>
- Loading branch information
Showing
35 changed files
with
24,138 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
index,symbol | ||
0,A | ||
1,B | ||
2,C | ||
3,D | ||
4,E | ||
5,F | ||
6,G | ||
7,H | ||
8,I | ||
9,J | ||
10,K | ||
11,L | ||
12,M | ||
13,N | ||
14,O | ||
15,P | ||
16,Q | ||
17,R | ||
18,S | ||
19,T | ||
20,U | ||
21,V | ||
22,W | ||
23,X | ||
24,Y | ||
25,Z | ||
26,a | ||
27,b | ||
28,c | ||
29,d | ||
30,e | ||
31,f | ||
32,g | ||
33,h | ||
34,i | ||
35,j | ||
36,k | ||
37,l | ||
38,m | ||
39,n | ||
40,o | ||
41,p | ||
42,q | ||
43,r | ||
44,s | ||
45,u | ||
46,v | ||
47,w | ||
48,x | ||
49,y | ||
50,z |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
index,symbol | ||
0,pi | ||
1,alpha | ||
2,beta | ||
3,sigma | ||
4,gamma | ||
5,delta | ||
6,lambda | ||
7,omega | ||
8,mu | ||
9,xi |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+753 KB
decition_tree/decision_tree_model_ds1.pkl → decision_tree/decision_tree_model_ds1.pkl
Binary file not shown.
Binary file renamed
BIN
+224 KB
decition_tree/decision_tree_model_ds2.pkl → decision_tree/decision_tree_model_ds2.pkl
Binary file not shown.
Oops, something went wrong.