@relation weather.nominal @attribute outlook {sunny, overcast, rainy} @attribute temperature {hot, mild, cool} @attribute humidity {high, normal} @attribute windy {TRUE, FALSE} @attribute play {none,some, lots} @data sunny,hot,high,FALSE,no sunny,hot,high,TRUE,no overcast,hot,high,FALSE,some rainy,mild,high,FALSE,some rainy,cool,normal,FALSE,some rainy,cool,normal,TRUE,no overcast,cool,normal,TRUE,lots sunny,mild,high,FALSE,no sunny,cool,normal,FALSE,yes rainy,mild,normal,FALSE,some sunny,mild,normal,TRUE,lots overcast,mild,high,TRUE,lots overcast,hot,normal,FALSE,lots rainy,mild,high,TRUE,no