-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintrotoSKLmaster.tex
47 lines (42 loc) · 979 Bytes
/
introtoSKLmaster.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\documentclass{beamer}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{framed}
\usepackage{subfiles}
\begin{document}
%-------------------------------------------- %
% Schedule 0
% Leadout
% - PyData Berlin and London
% Schdule 1
% - Anaconda
% - Building Bloack - numpy pandas etc
% Schedule 2
% - SKL capabilities
%============================================ %
\begin{frame}[fragile]
\frametitle{scikit.learn - Machine Learning with Python}
\LARGE
\begin{itemize}
\item
\item
\item
\end{itemize}
\end{frame}
%============================================ %
\subfile{02-machinelearning}
\subfile{02-skltopics.tex}
\subfile{03-decisiontrees.tex}
\subfile{03-SVMs.tex}
%============================================ %
\begin{frame}[fragile]
\frametitle{scikit.learn - Machine Learning with Python}
\LARGE
\begin{framed}
\begin{verbatim}
import scikit.learn
\end{verbatim}
\end{framed}
\end{frame}
%============================================ %
\end{document}