Kenneth Benoit, Department of Methodology, LSE
Slava Mikhaylov, University College London
Paul Nulty (Labs), Department of Methodology, LSE
Version: August 25, 2015
This repository contains the class materials for the LSE Methods Summer Programme course ME114 Introduction to Data Science and Big Data Analytics taught in August 2015 by Kenneth Benoit and Slava Mikhaylov.
You have three options for downloading the course material found on this page:
-
You can download the materials by clicking on each link.
-
You can "clone" repository, using the buttons found to the right side of your browser window as you view this repository. This is the button labelled "Clone in Desktop". If you do not have a git client installed on your system, you will need to get one here and also to make sure that git is installed. This is preferred, since you can refresh your clone as new content gets pushed to the course repository. (And new material will get actively pushed to the course repository at least once per day as this course takes place.)
-
Statically, you can choose the button on the right marked "Download zip" which will download the entire repository as a zip file.
You can also subscribe to the repository if you have a GitHub account, which will send you updates each time new changes are pushed to the repository.
- Detailed course handout in pdf format
- Detailed course handout in markdown/html
- Ken: Tues 26 Aug, Wed 27 Aug, and Thurs 28 Aug, 13:00 - 14:00, Columbia House B8.11
- Slava: Mon 25 Aug, Wed 25 Aug, 13:00 - 14:00, Columbia House B8.05
Each homework will be a single file in the RMarkdown format. The files linked below are named very carefully, to make it easy for us to identify your completed lab assignments.
-
Obtaining the starter files.
Each day below will link the name of a starter file for you to download and work with. These are in the RMarkdown format. You should embed your answers, with code, into your version of the instruction files.
-
Renaming the starter files.
For example, the first assignment file is named
ME114_assignment1_LASTNAME_FIRSTNAME.Rmd
, which you will need to rename by replacing the uppercase terms with your own last and first names, e.g.ME114_assignment1_Nulty_Paul.Rmd
. -
From RStudio, you can create an HTML outfile file with your evaluated code, figure, and text answers by clicking the "Knit HTML" button in the top of the editor pane in RStudio. The resulting HTML file will be saved in your working directory.
-
You will need to upload the resulting HTML file -- renamed! -- to the course Moodle page, to the appropriate assignment folder.
We will walk you through this process in the Day 1 lab, so don't worry if it seems complicated the first time. This sort of careful workflow process and file management is part of learning practical data science too!
- Lecture Notes
- Assignment 1 as R markdown
- Assignment 1 solution as R markdown or R code
- The results of the data science quiz and the anonymized dataset in .csv format.
- Lecture Notes
- Assignment 2 as R markdown
- Assignment 2 solution as R markdown
- Lecture Notes
- Assignment 3 as R markdown
- Assignment 3 solution as R markdown
- Lecture Notes
- Assignment 4 as R markdown
- Assignment 4 solution as R markdown or html
- Lecture Notes
- Assignment 5 as R markdown
- Assignment 5 solution as R markdown or html
- Lecture Notes
- Assignment 6 as R markdown or html
- Assignment 6 solution as R markdown or html
- Lecture Notes
- Assignment 7 as R markdown or html
- Association rule mining code example
- Assignment 7 solution as R markdown or html
- Lecture Notes
- Assignment 8 as R markdown or html
- sample zip file
UKimmigTexts.zip
of texts for building a corpus
- sample zip file
- Assignment 8 solution as R markdown or html
- Lecture Notes
- Assignment 9 as R markdown
- Assignment 9 solution as R markdown or html
- Lecture Notes
- Readings
- Streaming example code
- Rest Example code
- Assignment 10 as R markdown. Note: This is a take-home set only, as there is no lab on Day 10.
- Instructions: Complete and submit the exam just as you would any lab assignment: by renaming the file, editing the R Markdown, and submitting through Moodle.
- Formatting: Put your own textual answers in boldface (using
**boldface type**
in RMarkdown), so that we can easily identify them. - Deadline: Monday 30 September 17:00 London time (GMT+1)
- The exam in R Markdown and html
- The exam solution in R Markdown and html