Commit
·
b4a3f0e
1
Parent(s):
d76b5a6
commit files to HF hub
Browse files- .gitattributes +1 -0
- learner.pkl +1 -1
- models/CatBoost/model.pkl +3 -0
- models/ExtraTreesMSE/model.pkl +3 -0
- models/LightGBM/model.pkl +3 -0
- models/LightGBMLarge/model.pkl +3 -0
- models/LightGBMXT/model.pkl +3 -0
- models/NeuralNetFastAI/model-internals.pkl +3 -0
- models/NeuralNetFastAI/model.pkl +3 -0
- models/NeuralNetTorch/model.pkl +3 -0
- models/RandomForestMSE/model.pkl +3 -0
- models/WeightedEnsemble_L2/model.pkl +3 -0
- models/WeightedEnsemble_L2/utils/model_template.pkl +3 -0
- models/WeightedEnsemble_L2/utils/oof.pkl +3 -0
- models/XGBoost/model.pkl +3 -0
- models/XGBoost/xgb.ubj +3 -0
- models/trainer.pkl +1 -1
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
models/XGBoost/xgb.ubj filter=lfs diff=lfs merge=lfs -text
|
learner.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 12480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea9d04bce9e10b09bb0aa71d3c88deb81d0983491a81af9869b340a454753bcb
|
3 |
size 12480
|
models/CatBoost/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10d4631ed3f18347f1d4c2690fd5bc692a74b0ae554a85a9830394ce454d23fd
|
3 |
+
size 797755
|
models/ExtraTreesMSE/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d74e3bcdecb548a9bfe2e611f7da088fd06961b5acad340fd74df5316178f72
|
3 |
+
size 2662840
|
models/LightGBM/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e84a989d84a86b4dc832636c0efc99370eacee1ae0bde745ca04d6b78c923044
|
3 |
+
size 38208
|
models/LightGBMLarge/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bd825319ef000aea266897846b3f113004142c3d9a8a05217522009b86513d8
|
3 |
+
size 484207
|
models/LightGBMXT/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43bd3aafc0eab9ddb05edd82ce8848078208d06ec1bb2c0b43e76088cc13ca0c
|
3 |
+
size 53645
|
models/NeuralNetFastAI/model-internals.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0787b25c0aaa6a0a6be4d56f3dab9806a71f7fc72effff1721ba0a7e132b80d8
|
3 |
+
size 174400
|
models/NeuralNetFastAI/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cbffeb0ba650563b57450b60851574d3d3f9570253eb594b2549ad18ff9a7ee
|
3 |
+
size 3916
|
models/NeuralNetTorch/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9ac10bda1a5567ff730919b35954951f55a10a11c2c66113df55865971d4987
|
3 |
+
size 241583
|
models/RandomForestMSE/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06444fbb3b6aaae4e00bcf28d07990e855880e4555a5002d2f7dc2438b9632bc
|
3 |
+
size 2427093
|
models/WeightedEnsemble_L2/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed574f32a3a8b575244585a8b0fade721c9703a3e27261bb72680f0cb47a6294
|
3 |
+
size 11183
|
models/WeightedEnsemble_L2/utils/model_template.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e28411f523406da5f88bb5932a1f88b16054a49bcb7e2099c70c410bf6a2696b
|
3 |
+
size 1154
|
models/WeightedEnsemble_L2/utils/oof.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a27788aad543d58cf0b186c4937022f1ca0d3e2e096aa7929fcbcca7e97e5b9
|
3 |
+
size 422
|
models/XGBoost/model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41a3570e0e4aa5bea6318c789077f19a11192721da2bc7f5d065224a4366409a
|
3 |
+
size 6087
|
models/XGBoost/xgb.ubj
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e091798e9c17631482ecb3845dd0b576c2ddd05e7d250523f60605fbb019516
|
3 |
+
size 646331
|
models/trainer.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8deaf82c104bdd708c3f445cb9d2f153f933f6d581430da2c925170c018708cf
|
3 |
size 5192
|