Skip to content

Commit

Permalink
Merge pull request #151 from slds-lmu/update-latex-math
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 authored Oct 30, 2023
2 parents 6aecbdc + b787667 commit a257c13
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
3 changes: 3 additions & 0 deletions latex-math/latex-math.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ header-includes:
- \input{basic-math.tex}
- \input{ml-ensembles.tex}
- \input{ml-eval.tex}
- \input{ml-mbo.tex}
- \input{ml-online.tex}
- \input{ml-multitarget.tex}
- \input{ml-feature-sel.tex}
- \input{ml-gp.tex}
- \input{ml-hpo.tex}
Expand Down
6 changes: 4 additions & 2 deletions latex-math/ml-interpretable.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
\newcommand{\SsubPnojk}{\SsubP \setminus \{j,k\}} % coalition S subset of P without player k
\newcommand{\phiij}{\hat{\phi}_j^{(i)}} % Shapley value for feature j and observation i

%%%%% LIME
%%%%% LIME
\newcommand{\Gspace}{\mathcal{G}} % Hypothesis space for surrogate model
\newcommand{\neigh}{\phi_{\xv}} % Proximity measure
\newcommand{\zv}{\mathbf{z}} % Sampled datapoints for surrogate
\newcommand{\Zspace}{\mathcal{Z}} % Space of sampled datapoints
\ifdefined \Zspace \else
\newcommand{\Zspace}{\mathcal{Z}} % Space of sampled datapoints ! Also defined identically in ml-online.tex !
\fi
\newcommand{\Gower}{d_G} % Gower distance

7 changes: 7 additions & 0 deletions latex-math/ml-mbo.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
\newcommand{\xvsi}[1][i]{\xv^{[#1]}} % x at iteration i
\newcommand{\ysi}[1][i]{y^{[#1]}} % y at iteration i
\newcommand{\Dt}[1][t]{\D^{[#1]}} % archive at iteration t
\newcommand{\Dts}{\Dt = \{(\xvsi, \ysi)\}_{i = 1, \ldots, t}} % archive at iteration t fully
%\newcommand{\fh}{\hat{s}} % surrogate mean
\newcommand{\sh}{\hat{s}} % surrogate se
\newcommand{\fmin}{f_{\min}} % current best
2 changes: 1 addition & 1 deletion latex-math/ml-multitarget.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
\newcommand{\Tspace}{\mathcal{T}}
\newcommand{\tv}{\mathbf{t}}
\newcommand{\tim}{\mathbf{t}^{(i)}_m}
\newcommand{\yim}{y^{(i)}_m}
\newcommand{\yim}{y^{(i)}_m}
12 changes: 7 additions & 5 deletions latex-math/ml-online.tex
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
\renewcommand{\l}{L}
\newcommand{\Aspace}{\mathcal{A}}
\newcommand{\Zspace}{\mathcal{Z}}
%\renewcommand{\Zspace}{\mathcal{Z}}
\ifdefined \Zspace \else
\newcommand{\Zspace}{\mathcal{Z}} % Space of sampled datapoints ! Also defined identically in ml-interpretable.tex !
\fi
\newcommand{\norm}[1]{\left|\left|#1\right|\right|_2}


\newcommand{\llin}{\l^{\texttt{lin}}}
\newcommand{\lzeroone}{\l^{0-1}}
\newcommand{\lhinge}{\l^{\texttt{hinge}}}
Expand All @@ -12,9 +14,9 @@
\newcommand{\FTL}{\texttt{FTL}}
\newcommand{\FTRL}{\texttt{FTRL}}
\newcommand{\OGD}{{\texttt{OGD}}}
\newcommand{\EWA}{{\texttt{EWA}}}
\newcommand{\REWA}{{\texttt{REWA}}}
\newcommand{\EWA}{{\texttt{EWA}}}
\newcommand{\REWA}{{\texttt{REWA}}}
\newcommand{\EXPthree}{{\texttt{EXP3}}}
\newcommand{\EXPthreep}{{\texttt{EXP3P}}}
\newcommand{\reg}{\psi}
\newcommand{\Algo}{\texttt{Algo}}
\newcommand{\Algo}{\texttt{Algo}}
Empty file modified latex-math/service/pre-commit-check-pdf
100644 → 100755
Empty file.

0 comments on commit a257c13

Please sign in to comment.