Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
justmarkham committed Nov 2, 2015
1 parent a4ff702 commit 3994650
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@

Course materials for [General Assembly's Data Science course](https://generalassemb.ly/education/data-science/washington-dc/) in Washington, DC (8/18/15 - 10/29/15).

**Instructor:** [Kevin Markham](http://www.dataschool.io/about/) ([blog](http://www.dataschool.io/), [email newsletter](http://www.dataschool.io/subscribe/), [YouTube channel](https://www.youtube.com/user/dataschool))
**Instructor:** Kevin Markham ([blog](http://www.dataschool.io/), [email newsletter](http://www.dataschool.io/subscribe/), [YouTube channel](https://www.youtube.com/user/dataschool))

[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/justmarkham/DAT8)

### [Course Project](project/README.md)

Tuesday | Thursday
--- | ---
8/18: Introduction to Data Science | 8/20: Command Line and<br>Version Control
8/25: Data Reading and Cleaning | 8/27: Exploratory Data Analysis
9/1: Visualization<br>**Project Discussion Deadline** | 9/3: Machine Learning<br>**Project Question and Dataset Due**
9/8: Getting Data | 9/10: K-Nearest Neighbors
9/15: Basic Model Evaluation | 9/17: Linear Regression
9/22: **First Project Presentation** | 9/24: Logistic Regression
9/29: Advanced Model Evaluation | 10/1: Naive Bayes and Text Data
10/6: Natural Language Processing | 10/8: Kaggle Competition<br>**Draft Paper Due**
10/13: Decision Trees | 10/15: Ensembling
10/20: Advanced scikit-learn and<br>Clustering, **Peer Review Due** | 10/22: Regularization and<br>Regular Expressions
10/27: Course Review and<br>**Final Project Presentation** | 10/29: **Final Project Presentation**
8/18: [Introduction to Data Science](#class-1-introduction-to-data-science) | 8/20: [Command Line, Version Control](#class-2-command-line-and-version-control)
8/25: [Data Reading and Cleaning](#class-3-data-reading-and-cleaning) | 8/27: [Exploratory Data Analysis](#class-4-exploratory-data-analysis)
9/1: [Visualization](#class-5-visualization) | 9/3: [Machine Learning](#class-6-machine-learning)
9/8: [Getting Data](#class-7-getting-data) | 9/10: [K-Nearest Neighbors](#class-8-k-nearest-neighbors)
9/15: [Basic Model Evaluation](#class-9-basic-model-evaluation) | 9/17: [Linear Regression](#class-10-linear-regression)
9/22: [First Project Presentation](#class-11-first-project-presentation) | 9/24: [Logistic Regression](#class-12-logistic-regression)
9/29: [Advanced Model Evaluation](#class-13-advanced-model-evaluation) | 10/1: [Naive Bayes and Text Data](#class-14-naive-bayes-and-text-data)
10/6: [Natural Language Processing](#class-15-natural-language-processing) | 10/8: [Kaggle Competition](#class-16-kaggle-competition)
10/13: [Decision Trees](#class-17-decision-trees) | 10/15: [Ensembling](#class-18-ensembling)
10/20: [Advanced scikit-learn, Clustering](#class-19-advanced-scikit-learn-and-clustering) | 10/22: [Regularization, Regex](#class-20-regularization-and-regular-expressions)
10/27: [Course Review](#class-21-course-review-and-final-project-presentation) | 10/29: [Final Project Presentation](#class-22-final-project-presentation)

<!--
### Before the Course Begins
Expand All @@ -47,9 +45,13 @@ Tuesday | Thursday
* [Beginner](code/00_python_beginner_workshop.py) and [intermediate](code/00_python_intermediate_workshop.py) workshop code: Useful for review and reference.
* [Python Tutor](http://pythontutor.com/): Allows you to visualize the execution of Python code.

<!--
### Submission Forms
* [Feedback form](http://bit.ly/dat8feedback)
* [Homework and project submissions](http://bit.ly/dat8homework)
-->

### [Course project](project/README.md)

### [Comparison of machine learning models](other/model_comparison.md)

Expand Down

0 comments on commit 3994650

Please sign in to comment.