Skip to content

Commit 9bc4939

Browse files
committed
Merge branch 'dev' of https://github.com/gperdrizet/FSA_devops into dev
2 parents 6026f00 + 9694d7d commit 9bc4939

File tree

7 files changed

+2756
-2
lines changed

7 files changed

+2756
-2
lines changed

data/datasets.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,17 @@ units:
104104
- name: "Kaggle diabetes prediction training data"
105105
file: "diabetes_prediction_train.csv"
106106
- name: "Kaggle diabetes prediction testing data"
107-
file: "diabetes_prediction_test.csv"
107+
file: "diabetes_prediction_test.csv"
108+
109+
- number: "INC6"
110+
title: "Incremental capstone 6"
111+
assignment: "Save the Princess"
112+
datasets:
113+
- name: "Cure Ingredients"
114+
file: "Cure_the_princess.csv"
115+
- name: "Game Data"
116+
file: "Game_Data_Cleaned.csv"
117+
- name: "Video Game Sales"
118+
file: "video_game_sales.csv"
119+
- name: "Wine Data"
120+
file: "wine_data.csv"

data/unit3/Cure_the_princess.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ea112f8c7466f2cba5077d02c8654ee5eff83e5dfd7785c1d5acfa0c44d208a7
3+
size 145833

data/unit3/Game_Data_Cleaned.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:df411c1d8fcd3baa5275e235647907f8353a0e959ca55d6b0e032b293bc12233
3+
size 1354219

data/unit3/video_games_sales.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0c89c3553033665632a57e89495cfa0fb247f4ff2b24238c7167fcd81b74cf37
3+
size 1441922

data/unit3/wine_data.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:31e4ad24a2666b538ecc8a776b65fc7f700a2b1de0e6c0b5afb8206214e55454
3+
size 1277777

notebooks/notebooks.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,11 @@ units:
185185
- name: "Demo"
186186
file: "Lesson_20_demo.ipynb"
187187
- name: "Activity"
188-
file: "Lesson_20_activity.ipynb"
188+
file: "Lesson_20_activity.ipynb"
189+
190+
- number: "INC6"
191+
title: "Save the Princess"
192+
topics: "Incremental capstone 6"
193+
notebooks:
194+
- name: "Save the Princess Starter"
195+
file: "INC_6_Save_the_Princess.ipynb"

0 commit comments

Comments
 (0)