Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
awantik authored Nov 23, 2018
1 parent 614a000 commit a475e0a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Data/tennis-time.csv.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
outlook,temp,humidity,windy,time
sunny,hot,high,false,26
sunny,hot,high,true,30
overcast,hot,high,false,48
rainy,mild,high,false,46
rainy,cool,normal,false,62
rainy,cool,normal,true,23
overcast,cool,normal,true,43
sunny,mild,high,false,36
sunny,cool,normal,false,38
rainy,mild,normal,false,48
sunny,mild,normal,true,48
overcast,mild,high,true,62
overcast,hot,normal,false,44
rainy,mild,high,true,30
15 changes: 15 additions & 0 deletions Data/tennis.csv.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
outlook,temp,humidity,windy,play
sunny,hot,high,false,no
sunny,hot,high,true,no
overcast,hot,high,false,yes
rainy,mild,high,false,yes
rainy,cool,normal,false,yes
rainy,cool,normal,true,no
overcast,cool,normal,true,yes
sunny,mild,high,false,no
sunny,cool,normal,false,yes
rainy,mild,normal,false,yes
sunny,mild,normal,true,yes
overcast,mild,high,true,yes
overcast,hot,normal,false,yes
rainy,mild,high,true,no

0 comments on commit a475e0a

Please sign in to comment.