Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 302 Bytes

timeseries.md

File metadata and controls

9 lines (6 loc) · 302 Bytes

Dealing with temporal dimension

This document is a work in progress

Many considerations on spatial dimension can also be applied to temporal dimension.

Examples:

  • Train separate models for each season
  • Use timeseries models, like temporalConvolutionalNeuralNetwork, LongShortTermMemory, ...