Skip to content

Commit

Permalink
revise draft of class outline
Browse files Browse the repository at this point in the history
  • Loading branch information
artificialsoph committed Jan 15, 2019
1 parent 2985aca commit c373aa8
Show file tree
Hide file tree
Showing 111 changed files with 1,045,293 additions and 9,541 deletions.
37 changes: 37 additions & 0 deletions assignments/week_01/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
maintainer: Sophie
title: Git and Pandas
start_date: w1d2
end_date: w2d2
---


# Introduction

This will be your first assignment of this type, so let's provide an introduction to the process first. We'll begin by setting up the tools you will need.


## Step 1: Install Python
<details><summary>
</summary>
</details>

If you already have python installed, please verify this by running `python --version` from the command line. If you don't yet know how to run something from the command line, that's okay, you should continue on with this step. If have have python version 3.6.* or higher, you may skip to the next step.


We'll install python using Anaconda. Go to https://www.anaconda.com/download/ and download the installer for the latest version of python.

## Step 2: Using the command line

This class will not provide a thorough command line tutorial. I recommend searching around for one if that is important to you.

Throughout this class, unless stated otherwise, when we ask you to run a command, what we mean is that you should copy the text of the command into your command line and hit enter to execute. This means something slightly different for each operating system:

- MacOS: Terminal is the built in command line tool and there are several third-party ones.
- Linux/\*nix: typically the default command line tool is called Terminal.
- Windows: you will use the Anaconda Prompt that we installed in step 1.

Now, you should be able to check your python version in the command line with `python --version`. This should confirm that you are using python version 3.6 or higher.


## Step 2: Install packages
File renamed without changes.
2 changes: 1 addition & 1 deletion curriculum/ml_intro/big-data-overview/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w10d5
date: w10d2
duration: 60
maintainer: zwmiller
order: 10
Expand Down
2 changes: 1 addition & 1 deletion curriculum/ml_intro/big-data-prep/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w9d5
date: w9d2
duration: 10
maintainer: zwmiller
order: 10
Expand Down
2 changes: 1 addition & 1 deletion curriculum/ml_intro/class-imbalance/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w5d5
date: w5d2
duration: 60
maintainer: robert-alvarez
order: 10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w4d5
date: w6d2
duration: 60
maintainer: Damien
order: 10
Expand Down
2 changes: 1 addition & 1 deletion curriculum/ml_intro/clustering-kmeans-intro/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w7d5
date: w7d2
duration: 40
maintainer: robert
order: 10
Expand Down
2 changes: 1 addition & 1 deletion curriculum/ml_intro/clustering-kmeans-lab/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w7d05
date: w7d2
duration: 45
maintainer: todo
order: 10
Expand Down
2 changes: 1 addition & 1 deletion curriculum/ml_intro/complexity/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w01d5
date: w3d2
duration: 50
maintainer: artificialsoph
order: 2
Expand Down
2 changes: 1 addition & 1 deletion curriculum/ml_intro/cross-validation/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w02d05
date: w3d2
duration: 60
maintainer: jeddy92
order: 1
Expand Down
2 changes: 1 addition & 1 deletion curriculum/ml_intro/curse-of-dimensionality/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: w7d5
date: w7d2
duration: 30
maintainer: todo
order: 10
Expand Down
Loading

0 comments on commit c373aa8

Please sign in to comment.