Skip to content

Commit 484f302

Browse files
Demo/titanic (#269)
* added titanic dataset story and probable questions * added link to titanic challenge * titanic_dataset * Titanic_notebook * Updated notebook * Update titanic_notebook.ipynb * Update titanic_notebook.ipynb * reanmed restaurants demo to tutorial 2-res_demo * added seaborn for tests * updated the notebook to comply with latest code * fixed file naming Co-authored-by: Chinmay Shah <[email protected]>
1 parent 91cfbea commit 484f302

File tree

17 files changed

+2366
-1
lines changed

17 files changed

+2366
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Run tests
6767
run: |
6868
poetry run pip install matplotlib
69+
poetry run pip install seaborn
6970
poetry run coverage run -m pytest tests
7071
- name: Check Python code coverage
7172
if: runner.os == 'Linux' # Coverage will be the same on all systems so only running the check on Linux
@@ -77,7 +78,7 @@ jobs:
7778
run: |
7879
poetry add mypy
7980
poetry run mypy tests/ pydp/
80-
poetry run mypy examples/carrots_demo examples/restaurant_demo
81+
poetry run mypy examples/Tutorial_1-carrots_demo examples/Tutorial_2-restaurant_demo examples/Tutorial_3-Titanic_demo examples/Tutorial_3-Titanic_demo
8182
8283
# Need to see how to run the c++ code coverage
8384
# - name: Check C++ code coverage
File renamed without changes.
File renamed without changes.

examples/Tutorial_3-Titanic_demo/titanic_clean.csv

Lines changed: 1310 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)