Spaces:
Sleeping
Sleeping
chore: Cleanup docs and add model for CI/CD
Browse files- .gitignore +5 -0
- 02_xgb_model_tuned.pkl +3 -0
.gitignore
CHANGED
|
@@ -11,6 +11,7 @@ htmlcov/
|
|
| 11 |
*.db
|
| 12 |
*.sqlite
|
| 13 |
*.pkl
|
|
|
|
| 14 |
*.csv
|
| 15 |
# Keep the specific model and data files if they are part of the repo, but usually data is ignored.
|
| 16 |
# User context implies they are provided files, so maybe we keep them or ignore them.
|
|
@@ -18,3 +19,7 @@ htmlcov/
|
|
| 18 |
# Let's ignore the generated schemas text files
|
| 19 |
generated_schemas.txt
|
| 20 |
generated_schemas_v2.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
*.db
|
| 12 |
*.sqlite
|
| 13 |
*.pkl
|
| 14 |
+
!02_xgb_model_tuned.pkl
|
| 15 |
*.csv
|
| 16 |
# Keep the specific model and data files if they are part of the repo, but usually data is ignored.
|
| 17 |
# User context implies they are provided files, so maybe we keep them or ignore them.
|
|
|
|
| 19 |
# Let's ignore the generated schemas text files
|
| 20 |
generated_schemas.txt
|
| 21 |
generated_schemas_v2.txt
|
| 22 |
+
|
| 23 |
+
# Ignore all markdown files except README.md
|
| 24 |
+
*.md
|
| 25 |
+
!README.md
|
02_xgb_model_tuned.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aff34586c2fa58bd032708cb2262f7b2fa12380b11919c34e0c0cf486411a601
|
| 3 |
+
size 527691
|