scicloj / tablecloth.time

Tools for the processing and manipulation of time-series data in Clojure.
Other
18 stars 1 forks source link

We (may) need a specialized `train/test/validation` split method for time-series #25

Open ezmiller opened 3 years ago

ezmiller commented 3 years ago

Link with details about how this kind of thing works: https://otexts.com/fpp3/tscv.html. 👈 is just one variation. There are others.

Could also result in some scheme by which we try different variations. I.e. one way to express this is a function that returns a sequence of split-types.