Add Model section
This commit is contained in:
parent
7c203cb87c
commit
91bd4ba083
25 changed files with 1354 additions and 6 deletions
20
tex/3_mod/7_models/1_intro.tex
Normal file
20
tex/3_mod/7_models/1_intro.tex
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
\subsection{Forecasting Models}
|
||||
\label{models}
|
||||
|
||||
This sub-section describes the concrete models in our study.
|
||||
Figure \ref{f:inputs} shows how we classify them into four families with
|
||||
regard to the type of the time series, horizontal or vertical, and the
|
||||
moment at which a model is trained:
|
||||
Solid lines indicate that the corresponding time steps lie before the
|
||||
training, and dotted lines show the time horizon predicted by a model.
|
||||
For conciseness, we only show the forecasts for one test day.
|
||||
The setup is the same for each inner validation day.
|
||||
|
||||
\
|
||||
|
||||
\begin{center}
|
||||
\captionof{figure}{Classification of the models by input type and training
|
||||
moment}
|
||||
\label{f:inputs}
|
||||
\includegraphics[width=.95\linewidth]{static/model_inputs_gray.png}
|
||||
\end{center}
|
||||
Loading…
Add table
Add a link
Reference in a new issue