Add Model section
This commit is contained in:
parent
7c203cb87c
commit
91bd4ba083
25 changed files with 1354 additions and 6 deletions
14
paper.tex
14
paper.tex
|
|
@ -19,6 +19,16 @@
|
|||
\input{tex/2_lit/3_ml/4_rf}
|
||||
\input{tex/2_lit/3_ml/5_svm}
|
||||
\input{tex/3_mod/1_intro}
|
||||
\input{tex/3_mod/2_overall}
|
||||
\input{tex/3_mod/3_grid}
|
||||
\input{tex/3_mod/4_cv}
|
||||
\input{tex/3_mod/5_mase}
|
||||
\input{tex/3_mod/6_decomp}
|
||||
\input{tex/3_mod/7_models/1_intro}
|
||||
\input{tex/3_mod/7_models/2_hori}
|
||||
\input{tex/3_mod/7_models/3_vert}
|
||||
\input{tex/3_mod/7_models/4_rt}
|
||||
\input{tex/3_mod/7_models/5_ml}
|
||||
\input{tex/4_stu/1_intro}
|
||||
\input{tex/5_con/1_intro}
|
||||
|
||||
|
|
@ -29,6 +39,10 @@
|
|||
|
||||
\appendix
|
||||
\newpage
|
||||
\input{tex/apx/tabular_ml_models}
|
||||
\newpage
|
||||
\input{tex/apx/enhanced_feats}
|
||||
\newpage
|
||||
|
||||
\bibliographystyle{static/elsarticle-harv}
|
||||
\bibliography{tex/references}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue