i am trying to use python but i do not understand their example.Suppose i have this dataset: values = [2,4,5,6,8,10,12,1

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

i am trying to use python but i do not understand their example.Suppose i have this dataset: values = [2,4,5,6,8,10,12,1

Post by answerhappygod »

i am trying to use python
but i do not understand their example.Suppose
i have this dataset:
values = [2,4,5,6,8,10,12,15,17,18,18,20,21,25,27,30,32]
where this is ordered and yearly.
the first observation starts at 1905
ex: 1905:3,1906:4,1907:5,etc.....
i want to do a time series anysis to forcast.
however, i want to check the performance of my model using the rmse metric and use sklearn TimsSsriesSplit() to measure the perforamce.
i would like the code for this simple example how to do so using 5 splits and outputing the performance.
your welcome to fit any time series model
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply