I came through many blogs still cant understand about cross_validation
and performance_metrics
cross_validation(m, initial='2008 days', period='30 days', horizon = '30 days')
I have a Dataset length of 2038 days data
The above code means it will train with 2008 days (initial) data and test with next 30 days (horizon) data in one iteration because period is 30. am i correct ?
first of all i want to know about cross_validation and its parameter
and performance_metrics
.