Add Literature section
This commit is contained in:
parent
8d10ba9a05
commit
3849e5fd3f
15 changed files with 878 additions and 3 deletions
|
|
@ -1,7 +1,25 @@
|
|||
% Abbreviations for technical terms.
|
||||
\newglossaryentry{cart}{
|
||||
name=CART, description={Classification and Regression Trees}
|
||||
}
|
||||
\newglossaryentry{cv}{
|
||||
name=CV, description={Cross Validation}
|
||||
}
|
||||
\newglossaryentry{ml}{
|
||||
name=ML, description={Machine Learning}
|
||||
}
|
||||
\newglossaryentry{rf}{
|
||||
name=RF, description={Random Forest}
|
||||
}
|
||||
\newglossaryentry{stl}{
|
||||
name=STL, description={Seasonal and Trend Decomposition using Loess}
|
||||
}
|
||||
\newglossaryentry{svm}{
|
||||
name=SVM, description={Support Vector Machine}
|
||||
}
|
||||
\newglossaryentry{svr}{
|
||||
name=SVR, description={Support Vector Regression}
|
||||
}
|
||||
\newglossaryentry{udp}{
|
||||
name=UDP, description={Urban Delivery Platform}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue