-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2985aca
commit c373aa8
Showing
111 changed files
with
1,045,293 additions
and
9,541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w10d5 | ||
date: w10d2 | ||
duration: 60 | ||
maintainer: zwmiller | ||
order: 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w9d5 | ||
date: w9d2 | ||
duration: 10 | ||
maintainer: zwmiller | ||
order: 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
2 changes: 1 addition & 1 deletion
2
curriculum/ml_intro/classification-and-regression-trees/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w4d5 | ||
date: w6d2 | ||
duration: 60 | ||
maintainer: Damien | ||
order: 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w7d5 | ||
date: w7d2 | ||
duration: 40 | ||
maintainer: robert | ||
order: 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w7d05 | ||
date: w7d2 | ||
duration: 45 | ||
maintainer: todo | ||
order: 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w01d5 | ||
date: w3d2 | ||
duration: 50 | ||
maintainer: artificialsoph | ||
order: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w02d05 | ||
date: w3d2 | ||
duration: 60 | ||
maintainer: jeddy92 | ||
order: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
date: w7d5 | ||
date: w7d2 | ||
duration: 30 | ||
maintainer: todo | ||
order: 10 | ||
|
Oops, something went wrong.