Skip to content

Commit

Permalink
Train, validate and test third algorithm (k nearest neighbors). Test …
Browse files Browse the repository at this point in the history
…naive bayes and decision tree.

Co-authored-by: 23jams <[email protected]>
  • Loading branch information
MewtR committed Nov 14, 2018
1 parent 7c5067d commit 8b04e6c
Show file tree
Hide file tree
Showing 35 changed files with 24,138 additions and 412 deletions.
52 changes: 52 additions & 0 deletions DataSet-Release 2/ds1/ds1Info.csv
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
514 changes: 514 additions & 0 deletions DataSet-Release 2/ds1/ds1Test.csv

Large diffs are not rendered by default.

1,960 changes: 1,960 additions & 0 deletions DataSet-Release 2/ds1/ds1Train.csv

Large diffs are not rendered by default.

514 changes: 514 additions & 0 deletions DataSet-Release 2/ds1/ds1Val.csv

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions DataSet-Release 2/ds2/ds2Info.csv
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
2,000 changes: 2,000 additions & 0 deletions DataSet-Release 2/ds2/ds2Test.csv

Large diffs are not rendered by default.

6,400 changes: 6,400 additions & 0 deletions DataSet-Release 2/ds2/ds2Train.csv

Large diffs are not rendered by default.

2,000 changes: 2,000 additions & 0 deletions DataSet-Release 2/ds2/ds2Val.csv

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8b04e6c

Please sign in to comment.