Small fixes
This commit is contained in:
parent
d813ca043b
commit
afb5b1d971
@ -72,7 +72,7 @@
|
||||
various different classification methods from more classical machine
|
||||
learning, like naive Bayes classifiers, to the currently state of the art,
|
||||
Neural Networks. In \Cref{sec:background} we will introduce the different
|
||||
classification methods, \Cref{sec:methods} will explain the way in which
|
||||
classification methods, \Cref{sec:method} will explain the way in which
|
||||
these methods are trained and how they will be evaluated, in
|
||||
\Cref{sec:results} will discuss the results, and \Cref{sec:conclusion} will
|
||||
offer our final conclusions.
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
\todo{This paper is mad \cite{Kotsiantis2007}.}
|
||||
|
||||
\section{Methods}
|
||||
\section{Method} \label{sec:method}
|
||||
|
||||
% Kelvin Start
|
||||
\subsection{Benchmarking}\label{benchmarking}
|
||||
@ -135,7 +135,6 @@
|
||||
statistics include:
|
||||
|
||||
\begin{itemize}
|
||||
\tightlist
|
||||
\item
|
||||
\textbf{Accuracy:}
|
||||
\[a = \dfrac{|correct\ predictions|}{|predictions|} = \dfrac{tp + tn}{tp + tn + fp + fn}\]
|
||||
|
Reference in New Issue
Block a user