mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-05-11 19:29:47 +08:00
16 lines
408 B
CSV
16 lines
408 B
CSV
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
|