I have done training on four features including Month, day, Hour and Temperature which is predicting some value , what i wan to do is to predict value on basis of month ,hour and day of next day only because i don't know the temp of next day(which is going to be unseen data not used in training) so this makes the testing of data using only 3 features. Classifier used is SVR. I am a beginner in machine learning.
Your response will be appreciated