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
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}
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}
\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}
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}
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}
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}
\cite{breiman1984} introduce the classification and regression tree

View file

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