-
Notifications
You must be signed in to change notification settings - Fork 11
/
writeup_template.tex
50 lines (36 loc) · 1.35 KB
/
writeup_template.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
48
49
50
\documentclass[11pt, oneside]{article} % use "amsart" instead of "article" for AMSLaTeX format
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\usepackage{textcomp}
\usepackage{hyperref} % TODO: see page 94 of latex book
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % Use pdf, png, jpg, or eps§ with pdflatex; use eps in DVI mode
% TeX will automatically convert eps --> pdf in pdflatex
\usepackage{amssymb}
\usepackage{relsize}
\title{CSCI 181 / E-181 Spring 2014 Practical 3 \\
{\large Kaggle Team "Capt. Jinglehiemer"}
}
\author{
David Wihl\\
\texttt{[email protected]}
\and
Zack Hendlin\\
\texttt{[email protected]}
}
%\date{} % Activate to display a given date or no date
\begin{document}
\maketitle
\section*{Warm-Up}
\subsection*{Baseline}
\subsection*{Warmup Topic 1}
\subsection*{Warmup Summary}
\section*{Classifying Malicious Software}
\subsection*{Preliminary Data Analysis}
\subsection*{Using Cross-validation}
\section*{Approaches considered}
\subsection*{Feature Engineering}
\subsection*{Selection of fitting technique}
\subsection*{Exploratory Data Analysis}
\section*{Conclusion}
\end{document}