diff --git a/pres.pdf b/pres.pdf index fef93e2..4f4812d 100644 Binary files a/pres.pdf and b/pres.pdf differ diff --git a/pres.tex b/pres.tex index a155324..9c3872f 100644 --- a/pres.tex +++ b/pres.tex @@ -499,5 +499,11 @@ \section{Recap} \begin{frame} \frametitle{Recap} + \begin{itemize} + \item LIME is a framework for explaining predictions made by machine learning algorithms + \item It explains models, by intelligently picking individual predictions based on a budget of time, defining the amount of time the user wish to spend + \item Only uses linear models at the moment + \item It shown to make it significantly easier for people to better the classifiers, even non-experts. + \end{itemize} \end{frame} \end{document}