Time-Series CrossValidation for NN
· 3 min read
This blog post discusses the creation of a Python module for splitting univariate time-series data using cross-validation techniques. The module is designed to prepare data for training, validation, and testing in a Deep Neural Network (DNN).
The open source code is available here.