1
0
Fork 0

Remove dots in sub-sub-sections

This commit is contained in:
Alexander Hess 2020-10-25 18:25:53 +01:00
parent 7797cad058
commit f8321bf835
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
11 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
\subsubsection{Na\"{i}ve Methods, Moving Averages, and Exponential Smoothing.} \subsubsection{Na\"{i}ve Methods, Moving Averages, and Exponential Smoothing}
\label{ets} \label{ets}
Simple forecasting methods are often employed as a benchmark for more Simple forecasting methods are often employed as a benchmark for more

View file

@ -1,4 +1,4 @@
\subsubsection{Autoregressive Integrated Moving Averages.} \subsubsection{Autoregressive Integrated Moving Averages}
\label{arima} \label{arima}
\cite{box1962}, \cite{box1968}, and more papers by the same authors in the \cite{box1962}, \cite{box1968}, and more papers by the same authors in the

View file

@ -1,4 +1,4 @@
\subsubsection{Seasonal and Trend Decomposition using Loess.} \subsubsection{Seasonal and Trend Decomposition using Loess}
\label{stl} \label{stl}
A time series $y_t$ may exhibit different types of patterns; to fully capture A time series $y_t$ may exhibit different types of patterns; to fully capture

View file

@ -1,4 +1,4 @@
\subsubsection{Supervised Learning.} \subsubsection{Supervised Learning}
\label{learning} \label{learning}
A conceptual difference between classical and ML methods is the format A conceptual difference between classical and ML methods is the format

View file

@ -1,4 +1,4 @@
\subsubsection{Cross-Validation.} \subsubsection{Cross-Validation}
\label{cv} \label{cv}
Because ML models are trained by minimizing a loss function $L$, the Because ML models are trained by minimizing a loss function $L$, the

View file

@ -1,4 +1,4 @@
\subsubsection{Random Forest Regression.} \subsubsection{Random Forest Regression}
\label{rf} \label{rf}
\cite{breiman1984} introduce the classification and regression tree \cite{breiman1984} introduce the classification and regression tree

View file

@ -1,4 +1,4 @@
\subsubsection{Support Vector Regression.} \subsubsection{Support Vector Regression}
\label{svm} \label{svm}
\cite{vapnik1963} and \cite{vapnik1964} introduce the so-called support vector \cite{vapnik1963} and \cite{vapnik1964} introduce the so-called support vector

View file

@ -1,4 +1,4 @@
\subsubsection{Horizontal and Whole-day-ahead Forecasts.} \subsubsection{Horizontal and Whole-day-ahead Forecasts}
\label{hori} \label{hori}
The upper-left in Figure \ref{f:inputs} illustrates the simplest way to The upper-left in Figure \ref{f:inputs} illustrates the simplest way to

View file

@ -1,4 +1,4 @@
\subsubsection{Vertical and Whole-day-ahead Forecasts without Retraining.} \subsubsection{Vertical and Whole-day-ahead Forecasts without Retraining}
\label{vert} \label{vert}
The upper-right in Figure \ref{f:inputs} shows an alternative way to The upper-right in Figure \ref{f:inputs} shows an alternative way to

View file

@ -1,4 +1,4 @@
\subsubsection{Vertical and Real-time Forecasts with Retraining.} \subsubsection{Vertical and Real-time Forecasts with Retraining}
\label{rt} \label{rt}
The lower-left in Figure \ref{f:inputs} shows how models trained on vertical The lower-left in Figure \ref{f:inputs} shows how models trained on vertical

View file

@ -1,4 +1,4 @@
\subsubsection{Vertical and Real-time Forecasts without Retraining.} \subsubsection{Vertical and Real-time Forecasts without Retraining}
\label{ml_models} \label{ml_models}
The lower-right in Figure \ref{f:inputs} shows how ML models take The lower-right in Figure \ref{f:inputs} shows how ML models take