Skip to content

Commit 766dcf5

Browse files
committed
Corrected some syntax errors
1 parent 12e712d commit 766dcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Presentation/Sections/PLS algorithm.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ \section{Description of the PLS algorithm}
44
\frametitle{NIPALS algorithm}
55
The most popular algorithm used in PLS to compute the model parameters is known as \textbf{non-iterative partial least squares} (\textbf{NIPALS}). There are two versions of this technique:
66
\begin{itemize}
7-
\item \textbf{PLS1}: each of the \textit{p} predicted variables in modeled separately, resulting in one model for each class;
7+
\item \textbf{PLS1}: each of the \textit{p} predicted variables is modeled separately, resulting in one model for each class;
88
\item \textbf{PLS2}: all predicted variables are modeled simultaneously.
99
\end{itemize}
1010
The first algorithm is more accurate than the other, however it requires more computational time than PLS2 to find the $\alpha$ eigenvectors into which project the \textit{m} covariates.

0 commit comments

Comments
 (0)