Skip to content

Commit d40a66a

Browse files
authored
Merge pull request #38 from CertifaiAI/cdle-2
Cdle 2
2 parents 0327a65 + 8b4d6b3 commit d40a66a

File tree

119 files changed

+33312
-11181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+33312
-11181
lines changed

.github/workflows/test_jupyter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Execute Flake8 to test
3838
shell: bash -l {0}
3939
run: |
40-
for i in solution/**; do
40+
for i in **/*S_*.ipynb; do
4141
flake8_nb --select=E9,F63,F7 --notebook-cell-format '{nb_path}:code_cell#{code_cell_count}' "$i"
4242
done

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
.ipynb_checkpoints
1+
.ipynb_checkpoints
2+
archive/.ipynb_checkpoints
3+
day_1/.ipynb_checkpoints
4+
day_2/.ipynb_checkpoints
5+
day_3/.ipynb_checkpoints
6+
day_4/.ipynb_checkpoints
File renamed without changes.
File renamed without changes.

data/StudentsPerformance.csv

+1,001
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

data/food_preference.csv

+289
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)