Skip to content

Commit

Permalink
adding features and artifacts files, updating test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgreca committed Nov 13, 2024
1 parent a27ab8f commit a085aaf
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest --cov-report html:./results/cov_html tests/
pytest --cov-report html:./results/cov_html --cov=src/ tests/
Binary file added models/artifacts/features_ohe.pkl
Binary file not shown.
Binary file added models/artifacts/features_sc.pkl
Binary file not shown.
Binary file added models/artifacts/label_ohe.pkl
Binary file not shown.
Binary file added models/artifacts/qcut_bins.pkl
Binary file not shown.
Binary file added models/features/X_train.pkl
Binary file not shown.
Binary file added models/features/X_valid.pkl
Binary file not shown.
Binary file added models/features/y_train.pkl
Binary file not shown.
Binary file added models/features/y_valid.pkl
Binary file not shown.

0 comments on commit a085aaf

Please sign in to comment.