-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.tex
62 lines (50 loc) · 1.41 KB
/
README.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
51
52
53
54
55
56
57
58
59
60
61
62
% Created 2018-12-29 Sat 15:30
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\author{mohanadatta}
\date{\today}
\title{README}
\hypersetup{
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 25.2.2 (Org mode 8.2.10)}}
\begin{document}
\maketitle
\textbf{\uline{This was done as part of ML course project at IIITB.}}
\section{Instuctions to Run:}
\label{sec-1}
Run test.ipynb file, it will take care of everything.
Make sure:
\begin{enumerate}
\item test.csv, train.csv are present in same directory as test.ipynb
\item all pickle files are present in the same directory as test.ipynb
\item vectorizer.pickle file should also be present in the same directory as
\end{enumerate}
test.ipynb
Pickle files should be downloaded from this link:
\url{https://drive.google.com/open?id=1r4Jt8XWWUKRzLITTwybxmkKZKHepskf0}
Refer oops.py for oops version of code.
\section{Team Members:}
\label{sec-2}
\begin{itemize}
\item Yelugtoi Mohana Datta (IMT2016012).
\item Sri Sumanth Yenkipati (IMT2016081).
\item Sri Ram Marisetty (IMT2016120).
\end{itemize}
% Emacs 25.2.2 (Org mode 8.2.10)
\end{document}