same day push
This commit is contained in:
parent
ce067dbbf2
commit
e60f7e9a44
|
@ -7,6 +7,9 @@
|
|||
<e>Visualisation options</e>
|
||||
<e>Alternative Evaluations</e>
|
||||
<e>Hyperparameter optimisation (with crossvalidation)</e>
|
||||
<e>Parallelisation</e>
|
||||
<e>Contamination</e>
|
||||
<e>Dokumentation</e>
|
||||
</l2st>
|
||||
</list>
|
||||
</frame>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.2.18) 23 MAY 2022 18:46
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.2.18) 24 MAY 2022 07:40
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
|
@ -1301,7 +1301,7 @@ Package rerunfilecheck Info: File `main.out' has not changed.
|
|||
Here is how much of TeX's memory you used:
|
||||
24440 strings out of 478353
|
||||
472974 string characters out of 5854635
|
||||
910973 words of memory out of 5000000
|
||||
910972 words of memory out of 5000000
|
||||
41879 multiletter control sequences out of 15000+600000
|
||||
480023 words of font info for 82 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
|
@ -1322,7 +1322,7 @@ ype1/public/lm/lmssbx10.pfb></usr/share/texmf-dist/fonts/type1/public/lm/lmsso1
|
|||
0.pfb></usr/share/texmf-dist/fonts/type1/public/lm/lmsso17.pfb></usr/share/texm
|
||||
f-dist/fonts/type1/public/lm/lmsso8.pfb></usr/share/texmf-dist/fonts/type1/publ
|
||||
ic/lm/lmsy10.pfb></usr/share/texmf-dist/fonts/type1/public/lm/lmsy8.pfb>
|
||||
Output written on main.pdf (36 pages, 1076479 bytes).
|
||||
Output written on main.pdf (36 pages, 1076540 bytes).
|
||||
PDF statistics:
|
||||
629 PDF objects out of 1000 (max. 8388607)
|
||||
476 compressed objects within 5 object streams
|
||||
|
|
BIN
out/main.pdf
BIN
out/main.pdf
Binary file not shown.
|
@ -1079,6 +1079,12 @@ condition=condition & (numeric & nominal)
|
|||
|
||||
\item Hyperparameter optimisation (with crossvalidation)
|
||||
|
||||
\item Parallelisation
|
||||
|
||||
\item Contamination
|
||||
|
||||
\item Dokumentation
|
||||
|
||||
|
||||
\end{itemize}
|
||||
|
||||
|
|
Loading…
Reference in New Issue