Skip to content

Commit a085aaf

Browse files
committed
adding features and artifacts files, updating test workflow
1 parent a27ab8f commit a085aaf

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2222
- name: Test with pytest
2323
run: |
24-
pytest --cov-report html:./results/cov_html tests/
24+
pytest --cov-report html:./results/cov_html --cov=src/ tests/

models/artifacts/features_ohe.pkl

12.5 KB
Binary file not shown.

models/artifacts/features_sc.pkl

3.68 KB
Binary file not shown.

models/artifacts/label_ohe.pkl

968 Bytes
Binary file not shown.

models/artifacts/qcut_bins.pkl

265 Bytes
Binary file not shown.

models/features/X_train.pkl

510 KB
Binary file not shown.

models/features/X_valid.pkl

90.4 KB
Binary file not shown.

models/features/y_train.pkl

96.7 KB
Binary file not shown.

models/features/y_valid.pkl

17.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)