1
0
Fork 0
urban-meal-delivery-demand-.../tex/glossary.tex

30 lines
No EOL
763 B
TeX

% 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}
}
\newglossaryentry{vrp}{
name=VRP, description={Vehicle Routing Problem}
}
\printglossaries