I am currently studying weather prediction using R.
I tried rpart
but some of the predictions are removed.
My data contains Weather, Humidity, and Temperature can be found on the link,
I just want to create ranges for the prediction like:
Haze = Temperature is 27 to 29 & Humidity is 72 to 76
for all the data under weather. What is the best thing to do?