From 1f3cb789680fb698185f9cda56c942925d7313ef Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Mon, 15 Apr 2024 11:29:22 -0500 Subject: [PATCH 1/3] checkpoint 2 --- .../assignment4/checkpoint-2/_index.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/assignments/assignment4/checkpoint-2/_index.md diff --git a/content/assignments/assignment4/checkpoint-2/_index.md b/content/assignments/assignment4/checkpoint-2/_index.md new file mode 100644 index 00000000..af2ad8fb --- /dev/null +++ b/content/assignments/assignment4/checkpoint-2/_index.md @@ -0,0 +1,27 @@ ++++ +title = "Checkpoint 2: EDA" +date = 2023-05-25T12:55:09-05:00 +draft = false +weight = 4 ++++ + +## Before You Start + +If you have not received any feedback from Checkpoint 1, check in with your mentors before working on Checkpoint 2. + +## Getting Started + +Fork [this GitHub repository](https://github.com/launchcodeeducation/eda-checkpoint) and clone it to your computer. Follow the instructions within the notebook using your chosen dataset. Add notes about your EDA where directed. + +### Examples +{{% notice blue Note %}} +Checkpoint 2 examples can be found here: [Checkpoint 2 Examples](https://github.com/LaunchCodeEducation/finalProjectDAExamples/tree/main/Checkpoint%202) +{{% /notice %}} + +## Submitting Your Work + +When finished with your EDA, make sure to push your changes up to GitHub. Copy the link to your GitHub repository and paste it into the submission box in Canvas for Graded Assignment 4: Checkpoint 2 and click Submit. + +[Back to Final Project Overview]({{% relref "./../" %}}) + + From b207606024896e78830a3a9fe77d97a9c2afeb50 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Tue, 16 Apr 2024 11:00:33 -0500 Subject: [PATCH 2/3] updated weight of checkpoint --- content/assignments/assignment4/checkpoint-2/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assignments/assignment4/checkpoint-2/_index.md b/content/assignments/assignment4/checkpoint-2/_index.md index af2ad8fb..18a8a533 100644 --- a/content/assignments/assignment4/checkpoint-2/_index.md +++ b/content/assignments/assignment4/checkpoint-2/_index.md @@ -2,7 +2,7 @@ title = "Checkpoint 2: EDA" date = 2023-05-25T12:55:09-05:00 draft = false -weight = 4 +weight = 2 +++ ## Before You Start From ff77ebcf962bde17e32a941148c13a8d4229d29e Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Tue, 30 Apr 2024 15:41:47 -0500 Subject: [PATCH 3/3] Update content/assignments/assignment4/checkpoint-2/_index.md Co-authored-by: Sally Steuterman --- content/assignments/assignment4/checkpoint-2/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assignments/assignment4/checkpoint-2/_index.md b/content/assignments/assignment4/checkpoint-2/_index.md index 18a8a533..e6d9154e 100644 --- a/content/assignments/assignment4/checkpoint-2/_index.md +++ b/content/assignments/assignment4/checkpoint-2/_index.md @@ -20,7 +20,7 @@ Checkpoint 2 examples can be found here: [Checkpoint 2 Examples](https://github. ## Submitting Your Work -When finished with your EDA, make sure to push your changes up to GitHub. Copy the link to your GitHub repository and paste it into the submission box in Canvas for Graded Assignment 4: Checkpoint 2 and click Submit. +When finished with your EDA, make sure to push your changes up to GitHub. Copy the link to your GitHub repository and paste it into the submission box in Canvas for Graded Assignment 4: Checkpoint 2 and click *Submit*. [Back to Final Project Overview]({{% relref "./../" %}})