I am dealing with Climate data mining using neural networks.
Using rainfall data of 1900 - 1970 year, I have to predict rainfall for 1971 year.
In this case, how to apply k-cross validation technique to find optimal epoch or any other hyper-parameter? I am having this doubt because I can't randomly split the data into k parts and perform k-cross validation. I need a good procedure to apply k-cross validation or any other validation technique.