3v324v23 commited on
Commit
2036604
·
1 Parent(s): 849be2e

Initial commit: Gradio app and requirements

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +32 -0
  2. model/learner.pkl +3 -0
  3. model/metadata.json +689 -0
  4. model/models/CatBoost_BAG_L1/utils/model_template.pkl +3 -0
  5. model/models/CatBoost_r137_BAG_L1/utils/model_template.pkl +3 -0
  6. model/models/CatBoost_r13_BAG_L1/utils/model_template.pkl +3 -0
  7. model/models/CatBoost_r177_BAG_L1/utils/model_template.pkl +3 -0
  8. model/models/CatBoost_r50_BAG_L1/utils/model_template.pkl +3 -0
  9. model/models/CatBoost_r69_BAG_L1/utils/model_template.pkl +3 -0
  10. model/models/CatBoost_r9_BAG_L1/utils/model_template.pkl +3 -0
  11. model/models/ExtraTreesEntr_BAG_L1/S1F1/model.pkl +3 -0
  12. model/models/ExtraTreesEntr_BAG_L1/model.pkl +3 -0
  13. model/models/ExtraTreesEntr_BAG_L1/utils/model_template.pkl +3 -0
  14. model/models/ExtraTreesEntr_BAG_L1/utils/oof.pkl +3 -0
  15. model/models/ExtraTreesGini_BAG_L1/S1F1/model.pkl +3 -0
  16. model/models/ExtraTreesGini_BAG_L1/model.pkl +3 -0
  17. model/models/ExtraTreesGini_BAG_L1/utils/model_template.pkl +3 -0
  18. model/models/ExtraTreesGini_BAG_L1/utils/oof.pkl +3 -0
  19. model/models/ExtraTrees_r172_BAG_L1/S1F1/model.pkl +3 -0
  20. model/models/ExtraTrees_r172_BAG_L1/model.pkl +3 -0
  21. model/models/ExtraTrees_r172_BAG_L1/utils/model_template.pkl +3 -0
  22. model/models/ExtraTrees_r172_BAG_L1/utils/oof.pkl +3 -0
  23. model/models/ExtraTrees_r42_BAG_L1/S1F1/model.pkl +3 -0
  24. model/models/ExtraTrees_r42_BAG_L1/model.pkl +3 -0
  25. model/models/ExtraTrees_r42_BAG_L1/utils/model_template.pkl +3 -0
  26. model/models/ExtraTrees_r42_BAG_L1/utils/oof.pkl +3 -0
  27. model/models/LightGBMLarge_BAG_L1/S1F1/model.pkl +3 -0
  28. model/models/LightGBMLarge_BAG_L1/S1F2/model.pkl +3 -0
  29. model/models/LightGBMLarge_BAG_L1/S1F3/model.pkl +3 -0
  30. model/models/LightGBMLarge_BAG_L1/S1F4/model.pkl +3 -0
  31. model/models/LightGBMLarge_BAG_L1/S1F5/model.pkl +3 -0
  32. model/models/LightGBMLarge_BAG_L1/S1F6/model.pkl +3 -0
  33. model/models/LightGBMLarge_BAG_L1/S1F7/model.pkl +3 -0
  34. model/models/LightGBMLarge_BAG_L1/S1F8/model.pkl +3 -0
  35. model/models/LightGBMLarge_BAG_L1/model.pkl +3 -0
  36. model/models/LightGBMLarge_BAG_L1/utils/model_template.pkl +3 -0
  37. model/models/LightGBMLarge_BAG_L1/utils/oof.pkl +3 -0
  38. model/models/LightGBMXT_BAG_L1/S1F1/model.pkl +3 -0
  39. model/models/LightGBMXT_BAG_L1/S1F2/model.pkl +3 -0
  40. model/models/LightGBMXT_BAG_L1/S1F3/model.pkl +3 -0
  41. model/models/LightGBMXT_BAG_L1/S1F4/model.pkl +3 -0
  42. model/models/LightGBMXT_BAG_L1/S1F5/model.pkl +3 -0
  43. model/models/LightGBMXT_BAG_L1/S1F6/model.pkl +3 -0
  44. model/models/LightGBMXT_BAG_L1/S1F7/model.pkl +3 -0
  45. model/models/LightGBMXT_BAG_L1/S1F8/model.pkl +3 -0
  46. model/models/LightGBMXT_BAG_L1/model.pkl +3 -0
  47. model/models/LightGBMXT_BAG_L1/utils/model_template.pkl +3 -0
  48. model/models/LightGBMXT_BAG_L1/utils/oof.pkl +3 -0
  49. model/models/LightGBM_BAG_L1/S1F1/model.pkl +3 -0
  50. model/models/LightGBM_BAG_L1/S1F2/model.pkl +3 -0
.gitattributes CHANGED
@@ -101,3 +101,35 @@ music-composer-space/hf_assests/predictor_native/models/XGBoost_r89_BAG_L1/S1F7/
101
  music-composer-space/hf_assests/predictor_native/models/XGBoost_r89_BAG_L1/S1F8/xgb.ubj filter=lfs diff=lfs merge=lfs -text
102
  music-composer-space/sample_data/mnist_test.csv filter=lfs diff=lfs merge=lfs -text
103
  music-composer-space/sample_data/mnist_train_small.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  music-composer-space/hf_assests/predictor_native/models/XGBoost_r89_BAG_L1/S1F8/xgb.ubj filter=lfs diff=lfs merge=lfs -text
102
  music-composer-space/sample_data/mnist_test.csv filter=lfs diff=lfs merge=lfs -text
103
  music-composer-space/sample_data/mnist_train_small.csv filter=lfs diff=lfs merge=lfs -text
104
+ model/models/XGBoost_BAG_L1/S1F1/xgb.ubj filter=lfs diff=lfs merge=lfs -text
105
+ model/models/XGBoost_BAG_L1/S1F2/xgb.ubj filter=lfs diff=lfs merge=lfs -text
106
+ model/models/XGBoost_BAG_L1/S1F3/xgb.ubj filter=lfs diff=lfs merge=lfs -text
107
+ model/models/XGBoost_BAG_L1/S1F4/xgb.ubj filter=lfs diff=lfs merge=lfs -text
108
+ model/models/XGBoost_BAG_L1/S1F5/xgb.ubj filter=lfs diff=lfs merge=lfs -text
109
+ model/models/XGBoost_BAG_L1/S1F6/xgb.ubj filter=lfs diff=lfs merge=lfs -text
110
+ model/models/XGBoost_BAG_L1/S1F7/xgb.ubj filter=lfs diff=lfs merge=lfs -text
111
+ model/models/XGBoost_BAG_L1/S1F8/xgb.ubj filter=lfs diff=lfs merge=lfs -text
112
+ model/models/XGBoost_r194_BAG_L1/S1F1/xgb.ubj filter=lfs diff=lfs merge=lfs -text
113
+ model/models/XGBoost_r194_BAG_L1/S1F2/xgb.ubj filter=lfs diff=lfs merge=lfs -text
114
+ model/models/XGBoost_r194_BAG_L1/S1F3/xgb.ubj filter=lfs diff=lfs merge=lfs -text
115
+ model/models/XGBoost_r194_BAG_L1/S1F4/xgb.ubj filter=lfs diff=lfs merge=lfs -text
116
+ model/models/XGBoost_r194_BAG_L1/S1F5/xgb.ubj filter=lfs diff=lfs merge=lfs -text
117
+ model/models/XGBoost_r194_BAG_L1/S1F6/xgb.ubj filter=lfs diff=lfs merge=lfs -text
118
+ model/models/XGBoost_r194_BAG_L1/S1F7/xgb.ubj filter=lfs diff=lfs merge=lfs -text
119
+ model/models/XGBoost_r194_BAG_L1/S1F8/xgb.ubj filter=lfs diff=lfs merge=lfs -text
120
+ model/models/XGBoost_r33_BAG_L1/S1F1/xgb.ubj filter=lfs diff=lfs merge=lfs -text
121
+ model/models/XGBoost_r33_BAG_L1/S1F2/xgb.ubj filter=lfs diff=lfs merge=lfs -text
122
+ model/models/XGBoost_r33_BAG_L1/S1F3/xgb.ubj filter=lfs diff=lfs merge=lfs -text
123
+ model/models/XGBoost_r33_BAG_L1/S1F4/xgb.ubj filter=lfs diff=lfs merge=lfs -text
124
+ model/models/XGBoost_r33_BAG_L1/S1F5/xgb.ubj filter=lfs diff=lfs merge=lfs -text
125
+ model/models/XGBoost_r33_BAG_L1/S1F6/xgb.ubj filter=lfs diff=lfs merge=lfs -text
126
+ model/models/XGBoost_r33_BAG_L1/S1F7/xgb.ubj filter=lfs diff=lfs merge=lfs -text
127
+ model/models/XGBoost_r33_BAG_L1/S1F8/xgb.ubj filter=lfs diff=lfs merge=lfs -text
128
+ model/models/XGBoost_r89_BAG_L1/S1F1/xgb.ubj filter=lfs diff=lfs merge=lfs -text
129
+ model/models/XGBoost_r89_BAG_L1/S1F2/xgb.ubj filter=lfs diff=lfs merge=lfs -text
130
+ model/models/XGBoost_r89_BAG_L1/S1F3/xgb.ubj filter=lfs diff=lfs merge=lfs -text
131
+ model/models/XGBoost_r89_BAG_L1/S1F4/xgb.ubj filter=lfs diff=lfs merge=lfs -text
132
+ model/models/XGBoost_r89_BAG_L1/S1F5/xgb.ubj filter=lfs diff=lfs merge=lfs -text
133
+ model/models/XGBoost_r89_BAG_L1/S1F6/xgb.ubj filter=lfs diff=lfs merge=lfs -text
134
+ model/models/XGBoost_r89_BAG_L1/S1F7/xgb.ubj filter=lfs diff=lfs merge=lfs -text
135
+ model/models/XGBoost_r89_BAG_L1/S1F8/xgb.ubj filter=lfs diff=lfs merge=lfs -text
model/learner.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87aff3b17e399b80648aa371758e9b59c2dff2f36ee2729236aa91c855fce8d3
3
+ size 6035
model/metadata.json ADDED
@@ -0,0 +1,689 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system": "Linux",
3
+ "version": "1.4.0",
4
+ "lite": false,
5
+ "py_version": "3.12",
6
+ "py_version_micro": "3.12.11",
7
+ "packages": {
8
+ "types-setuptools": "80.9.0.20250822",
9
+ "requirements-parser": "0.9.0",
10
+ "setuptools": "75.2.0",
11
+ "pip": "24.1.2",
12
+ "autogluon.common": "1.4.0",
13
+ "jmespath": "1.0.1",
14
+ "boto3": "1.40.35",
15
+ "autogluon.features": "1.4.0",
16
+ "s3transfer": "0.14.0",
17
+ "autogluon.core": "1.4.0",
18
+ "autogluon.tabular": "1.4.0",
19
+ "botocore": "1.40.35",
20
+ "google-colab": "1.0.0",
21
+ "patsy": "1.0.1",
22
+ "fastprogress": "1.0.3",
23
+ "tabulate": "0.9.0",
24
+ "send2trash": "1.8.3",
25
+ "simsimd": "6.5.3",
26
+ "pyshp": "2.3.1",
27
+ "contourpy": "1.3.3",
28
+ "cuml-cu12": "25.6.0",
29
+ "py4j": "0.10.9.7",
30
+ "nvidia-nvtx-cu12": "12.6.77",
31
+ "google-generativeai": "0.8.5",
32
+ "python-multipart": "0.0.20",
33
+ "umap-learn": "0.5.9.post2",
34
+ "jupyter-leaflet": "0.20.0",
35
+ "aiofiles": "24.1.0",
36
+ "linkify-it-py": "2.0.3",
37
+ "terminado": "0.18.1",
38
+ "blis": "1.3.0",
39
+ "ydf": "0.13.0",
40
+ "cachetools": "5.5.2",
41
+ "opentelemetry-semantic-conventions": "0.57b0",
42
+ "osqp": "1.0.4",
43
+ "jaraco.functools": "4.3.0",
44
+ "sqlglot": "25.20.2",
45
+ "h2": "4.3.0",
46
+ "pytz": "2025.2",
47
+ "aiosignal": "1.4.0",
48
+ "tokenizers": "0.22.0",
49
+ "yellowbrick": "1.5",
50
+ "jax-cuda12-pjrt": "0.5.3",
51
+ "google-auth-oauthlib": "1.2.2",
52
+ "wheel": "0.45.1",
53
+ "librosa": "0.11.0",
54
+ "psutil": "5.9.5",
55
+ "toolz": "0.12.1",
56
+ "gin-config": "0.5.0",
57
+ "rsa": "4.9.1",
58
+ "wcwidth": "0.2.13",
59
+ "duckdb": "1.3.2",
60
+ "nbclient": "0.10.2",
61
+ "googleapis-common-protos": "1.70.0",
62
+ "thinc": "8.3.6",
63
+ "pyopenssl": "24.2.1",
64
+ "parsy": "2.1",
65
+ "arviz": "0.22.0",
66
+ "fastapi": "0.116.1",
67
+ "torchaudio": "2.8.0+cu126",
68
+ "wasabi": "1.1.3",
69
+ "jaxlib": "0.5.3",
70
+ "smmap": "5.0.2",
71
+ "yarl": "1.20.1",
72
+ "sentry-sdk": "2.37.1",
73
+ "networkx": "3.5",
74
+ "pyomo": "6.9.4",
75
+ "fastcore": "1.8.8",
76
+ "dask-cuda": "25.6.0",
77
+ "astropy-iers-data": "0.2025.9.8.0.36.17",
78
+ "jax-cuda12-plugin": "0.5.3",
79
+ "blobfile": "3.1.0",
80
+ "sqlalchemy-spanner": "1.16.0",
81
+ "textblob": "0.19.0",
82
+ "groovy": "0.1.2",
83
+ "safehttpx": "0.1.6",
84
+ "xarray-einstats": "0.9.1",
85
+ "jupyterlab_widgets": "3.0.15",
86
+ "gitdb": "4.0.12",
87
+ "frozendict": "2.4.6",
88
+ "etils": "1.13.0",
89
+ "marisa-trie": "1.3.1",
90
+ "soundfile": "0.13.1",
91
+ "music21": "9.3.0",
92
+ "google-genai": "1.34.0",
93
+ "jsonpickle": "4.1.1",
94
+ "flask": "3.1.2",
95
+ "requests-oauthlib": "2.0.0",
96
+ "grpclib": "0.4.8",
97
+ "soupsieve": "2.8",
98
+ "grpcio-status": "1.71.2",
99
+ "sqlparse": "0.5.3",
100
+ "wurlitzer": "3.1.1",
101
+ "uritemplate": "4.2.0",
102
+ "peft": "0.17.1",
103
+ "aiohappyeyeballs": "2.6.1",
104
+ "preshed": "3.0.10",
105
+ "google-auth": "2.38.0",
106
+ "tensorflow-metadata": "1.17.2",
107
+ "ptyprocess": "0.7.0",
108
+ "roman-numerals-py": "3.1.0",
109
+ "bigquery-magics": "0.10.3",
110
+ "jupyter-events": "0.12.0",
111
+ "jaraco.classes": "3.4.0",
112
+ "multiprocess": "0.70.16",
113
+ "google-crc32c": "1.7.1",
114
+ "geopy": "2.4.1",
115
+ "raft-dask-cu12": "25.6.0",
116
+ "treelite": "4.4.1",
117
+ "toml": "0.10.2",
118
+ "alabaster": "1.0.0",
119
+ "chex": "0.1.90",
120
+ "tensorflow-datasets": "4.9.9",
121
+ "ndindex": "1.10.0",
122
+ "wrapt": "1.17.3",
123
+ "imbalanced-learn": "0.14.0",
124
+ "pluggy": "1.6.0",
125
+ "rpds-py": "0.27.1",
126
+ "fonttools": "4.59.2",
127
+ "beartype": "0.21.0",
128
+ "gspread-dataframe": "4.0.0",
129
+ "mdurl": "0.1.2",
130
+ "termcolor": "3.1.0",
131
+ "dopamine_rl": "4.1.2",
132
+ "requests-toolbelt": "1.0.0",
133
+ "libcugraph-cu12": "25.6.0",
134
+ "google-cloud-audit-log": "0.3.2",
135
+ "defusedxml": "0.7.1",
136
+ "hf_transfer": "0.1.9",
137
+ "debugpy": "1.8.15",
138
+ "httpcore": "1.0.9",
139
+ "starlette": "0.47.3",
140
+ "glob2": "0.7",
141
+ "pydata-google-auth": "1.9.1",
142
+ "ipyparallel": "8.8.0",
143
+ "pandas": "2.2.2",
144
+ "bqplot": "0.12.45",
145
+ "zipp": "1.0.0",
146
+ "parso": "0.8.5",
147
+ "timm": "1.0.19",
148
+ "six": "1.16.0",
149
+ "ipython-sql": "0.5.0",
150
+ "mpmath": "1.3.0",
151
+ "keyrings.google-artifactregistry-auth": "1.1.2",
152
+ "openpyxl": "3.1.5",
153
+ "pytensor": "2.31.7",
154
+ "sphinxcontrib-applehelp": "2.0.0",
155
+ "filelock": "3.19.1",
156
+ "text-unidecode": "1.3",
157
+ "gym": "0.25.2",
158
+ "peewee": "3.18.2",
159
+ "sniffio": "1.3.1",
160
+ "imutils": "0.5.4",
161
+ "dm-tree": "0.1.9",
162
+ "importlib_metadata": "8.7.0",
163
+ "multidict": "6.6.4",
164
+ "bigframes": "2.19.0",
165
+ "et_xmlfile": "2.0.0",
166
+ "pyarrow": "18.1.0",
167
+ "albucore": "0.0.24",
168
+ "pylibcugraph-cu12": "25.6.0",
169
+ "geemap": "0.35.3",
170
+ "nvidia-cusparselt-cu12": "0.7.1",
171
+ "catalogue": "2.0.10",
172
+ "ipython": "7.34.0",
173
+ "promise": "2.3",
174
+ "tensorflow_decision_forests": "1.12.0",
175
+ "ucxx-cu12": "0.44.0",
176
+ "secretstorage": "3.3.1",
177
+ "numpy": "2.0.2",
178
+ "typer": "0.17.4",
179
+ "optax": "0.2.5",
180
+ "google-cloud-secret-manager": "2.24.0",
181
+ "pydantic_core": "2.33.2",
182
+ "python-utils": "3.9.1",
183
+ "absl-py": "1.4.0",
184
+ "pycairo": "1.28.0",
185
+ "autograd": "1.8.0",
186
+ "safetensors": "0.6.2",
187
+ "tensorflow-probability": "0.25.0",
188
+ "mkl": "2025.2.0",
189
+ "build": "1.3.0",
190
+ "opentelemetry-exporter-gcp-trace": "1.9.0",
191
+ "dask": "2025.5.0",
192
+ "gdown": "5.2.0",
193
+ "webencodings": "0.5.1",
194
+ "gradio": "5.44.1",
195
+ "sphinxcontrib-serializinghtml": "2.0.0",
196
+ "db-dtypes": "1.4.3",
197
+ "fqdn": "1.5.1",
198
+ "libcuml-cu12": "25.6.0",
199
+ "attrs": "25.3.0",
200
+ "pyasn1": "0.6.1",
201
+ "typeguard": "4.4.4",
202
+ "torchsummary": "1.5.1",
203
+ "holidays": "0.80",
204
+ "opentelemetry-resourcedetector-gcp": "1.9.0a0",
205
+ "python-slugify": "8.0.4",
206
+ "dataproc-spark-connect": "0.8.3",
207
+ "cramjam": "2.11.0",
208
+ "pyproject_hooks": "1.2.0",
209
+ "kagglehub": "0.3.13",
210
+ "authlib": "1.6.3",
211
+ "google-adk": "1.13.0",
212
+ "prometheus_client": "0.22.1",
213
+ "requests": "2.32.4",
214
+ "pyogrio": "0.11.1",
215
+ "scikit-image": "0.25.2",
216
+ "nbclassic": "1.3.2",
217
+ "stanio": "0.5.1",
218
+ "google-cloud-spanner": "3.57.0",
219
+ "nvidia-cudnn-cu12": "9.10.2.21",
220
+ "google-resumable-media": "2.7.2",
221
+ "sentencepiece": "0.2.1",
222
+ "flax": "0.10.6",
223
+ "libkvikio-cu12": "25.6.0",
224
+ "sentence-transformers": "5.1.0",
225
+ "google-api-core": "2.25.1",
226
+ "fastdownload": "0.0.7",
227
+ "python-json-logger": "3.3.0",
228
+ "clarabel": "0.11.1",
229
+ "h5py": "3.14.0",
230
+ "cachecontrol": "0.14.3",
231
+ "libucx-cu12": "1.18.1",
232
+ "docstring_parser": "0.17.0",
233
+ "immutabledict": "4.2.1",
234
+ "scikit-learn": "1.6.1",
235
+ "aiohttp": "3.12.15",
236
+ "lazy_loader": "0.4",
237
+ "umf": "0.11.0",
238
+ "tornado": "6.4.2",
239
+ "types-python-dateutil": "2.9.0.20250822",
240
+ "pycparser": "2.23",
241
+ "tensorstore": "0.1.76",
242
+ "pygit2": "1.18.2",
243
+ "pyopengl": "3.1.10",
244
+ "libucxx-cu12": "0.44.0",
245
+ "google-cloud-translate": "3.21.1",
246
+ "dlib": "19.24.6",
247
+ "pickleshare": "0.7.5",
248
+ "pexpect": "4.9.0",
249
+ "webcolors": "24.11.1",
250
+ "sphinx": "8.2.3",
251
+ "alembic": "1.16.5",
252
+ "ucx-py-cu12": "0.44.0",
253
+ "pandocfilters": "1.5.1",
254
+ "propcache": "0.3.2",
255
+ "ipyleaflet": "0.20.0",
256
+ "colorcet": "3.1.0",
257
+ "fsspec": "2025.3.0",
258
+ "tf-slim": "1.1.0",
259
+ "namex": "0.1.0",
260
+ "libcudf-cu12": "25.6.0",
261
+ "matplotlib-inline": "0.1.7",
262
+ "google-cloud-storage": "2.19.0",
263
+ "click": "8.2.1",
264
+ "google-cloud-dataproc": "5.21.0",
265
+ "gspread": "6.2.1",
266
+ "audioread": "3.0.1",
267
+ "tensorflow-hub": "0.16.1",
268
+ "google-cloud-logging": "3.12.1",
269
+ "google-cloud-bigquery-storage": "2.33.0",
270
+ "pylibraft-cu12": "25.6.0",
271
+ "httpx-sse": "0.4.1",
272
+ "brotli": "1.1.0",
273
+ "google-pasta": "0.2.0",
274
+ "gdal": "3.8.4",
275
+ "cudf-cu12": "25.6.0",
276
+ "lightgbm": "4.6.0",
277
+ "jaraco.context": "6.0.1",
278
+ "shapely": "2.1.1",
279
+ "msgpack": "1.1.1",
280
+ "spacy-legacy": "3.0.12",
281
+ "certifi": "2025.8.3",
282
+ "holoviews": "1.21.0",
283
+ "uri-template": "1.3.0",
284
+ "nest-asyncio": "1.6.0",
285
+ "pydantic-settings": "2.10.1",
286
+ "pydub": "0.25.1",
287
+ "werkzeug": "3.1.3",
288
+ "platformdirs": "4.4.0",
289
+ "tblib": "3.1.0",
290
+ "keras": "3.10.0",
291
+ "missingno": "0.5.2",
292
+ "rapids-dask-dependency": "25.6.0",
293
+ "multitasking": "0.0.12",
294
+ "overrides": "7.7.0",
295
+ "cffi": "2.0.0",
296
+ "decorator": "4.4.2",
297
+ "statsmodels": "0.14.5",
298
+ "google-cloud-bigquery-connection": "1.18.3",
299
+ "google-cloud-firestore": "2.21.0",
300
+ "jupyter_server": "2.14.0",
301
+ "widgetsnbextension": "3.6.10",
302
+ "pydotplus": "2.0.2",
303
+ "sphinxcontrib-devhelp": "2.0.0",
304
+ "charset-normalizer": "3.4.3",
305
+ "jiter": "0.10.0",
306
+ "libcuvs-cu12": "25.6.1",
307
+ "colour": "0.1.5",
308
+ "future": "1.0.0",
309
+ "entrypoints": "0.4",
310
+ "optree": "0.17.0",
311
+ "google-cloud-appengine-logging": "1.6.2",
312
+ "mdit-py-plugins": "0.5.0",
313
+ "wordcloud": "1.9.4",
314
+ "locket": "1.0.0",
315
+ "einops": "0.8.1",
316
+ "snowballstemmer": "3.0.1",
317
+ "tzlocal": "5.3.1",
318
+ "nltk": "3.9.1",
319
+ "rfc3339-validator": "0.1.4",
320
+ "pytest": "8.4.2",
321
+ "pysocks": "1.7.1",
322
+ "bottleneck": "1.4.2",
323
+ "etuples": "0.3.10",
324
+ "ml_dtypes": "0.5.3",
325
+ "ibis-framework": "9.5.0",
326
+ "prophet": "1.1.7",
327
+ "distributed-ucxx-cu12": "0.44.0",
328
+ "mako": "1.1.3",
329
+ "antlr4-python3-runtime": "4.9.3",
330
+ "treescope": "0.1.10",
331
+ "rmm-cu12": "25.6.0",
332
+ "pyviz_comms": "3.0.6",
333
+ "arrow": "1.3.0",
334
+ "portpicker": "1.5.2",
335
+ "nvidia-cublas-cu12": "12.6.4.1",
336
+ "sqlalchemy": "2.0.43",
337
+ "more-itertools": "8.10.0",
338
+ "python-louvain": "0.16",
339
+ "geocoder": "1.38.1",
340
+ "jupytext": "1.17.3",
341
+ "gast": "0.6.0",
342
+ "hpack": "4.1.0",
343
+ "dill": "0.3.8",
344
+ "branca": "0.8.1",
345
+ "bokeh": "3.7.3",
346
+ "absolufy-imports": "0.3.1",
347
+ "notebook": "6.5.7",
348
+ "pygame": "2.6.1",
349
+ "googledrivedownloader": "1.1.0",
350
+ "nvtx": "0.2.13",
351
+ "httpimport": "1.4.1",
352
+ "tweepy": "4.16.0",
353
+ "google": "2.0.3",
354
+ "natsort": "8.4.0",
355
+ "ffmpy": "0.6.1",
356
+ "pycocotools": "2.0.10",
357
+ "sphinxcontrib-jsmath": "1.0.1",
358
+ "markupsafe": "2.0.1",
359
+ "jupyter_kernel_gateway": "2.5.2",
360
+ "google-cloud-core": "2.4.3",
361
+ "greenlet": "3.2.4",
362
+ "google-api-python-client": "2.181.0",
363
+ "datasets": "4.0.0",
364
+ "pylibcudf-cu12": "25.6.0",
365
+ "cufflinks": "0.17.3",
366
+ "python-dateutil": "2.9.0.post0",
367
+ "cython": "3.0.12",
368
+ "stringzilla": "4.0.6",
369
+ "websockets": "15.0.1",
370
+ "rpy2": "3.5.17",
371
+ "torch": "2.8.0+cu126",
372
+ "jax": "0.5.3",
373
+ "mlxtend": "0.23.4",
374
+ "rfc3987-syntax": "1.1.0",
375
+ "tiktoken": "0.11.0",
376
+ "hf-xet": "1.1.9",
377
+ "numba-cuda": "0.11.0",
378
+ "smart_open": "7.3.1",
379
+ "plum-dispatch": "2.5.7",
380
+ "editdistance": "0.8.1",
381
+ "langcodes": "3.5.0",
382
+ "prettytable": "3.16.0",
383
+ "gcsfs": "2025.3.0",
384
+ "firebase-admin": "6.9.0",
385
+ "opentelemetry-sdk": "1.36.0",
386
+ "langsmith": "0.4.27",
387
+ "libclang": "18.1.1",
388
+ "eerepr": "0.1.2",
389
+ "jieba": "0.42.1",
390
+ "kaggle": "1.7.4.5",
391
+ "h5netcdf": "1.6.4",
392
+ "array_record": "0.8.1",
393
+ "vega-datasets": "0.9.0",
394
+ "partd": "1.4.2",
395
+ "oauth2client": "4.1.3",
396
+ "torchdata": "0.11.0",
397
+ "backcall": "0.2.0",
398
+ "mistune": "3.1.4",
399
+ "kiwisolver": "1.4.9",
400
+ "annotated-types": "0.7.0",
401
+ "argon2-cffi-bindings": "25.1.0",
402
+ "isoduration": "20.11.0",
403
+ "prompt_toolkit": "3.0.52",
404
+ "highspy": "1.11.0",
405
+ "nvidia-cuda-nvrtc-cu12": "12.6.77",
406
+ "albumentations": "2.0.8",
407
+ "psygnal": "0.14.1",
408
+ "notebook_shim": "0.2.4",
409
+ "nvidia-cuda-cupti-cu12": "12.6.80",
410
+ "beautifulsoup4": "4.13.5",
411
+ "bleach": "6.2.0",
412
+ "rfc3986-validator": "0.1.1",
413
+ "markdown": "3.3.6",
414
+ "pygments": "2.19.2",
415
+ "xyzservices": "2025.4.0",
416
+ "hdbscan": "0.8.40",
417
+ "flatbuffers": "25.2.10",
418
+ "iniconfig": "2.1.0",
419
+ "threadpoolctl": "3.6.0",
420
+ "cycler": "0.12.1",
421
+ "nvidia-cufft-cu12": "11.3.0.4",
422
+ "nibabel": "5.3.2",
423
+ "soxr": "1.0.0",
424
+ "pooch": "1.8.2",
425
+ "matplotlib": "3.10.0",
426
+ "orjson": "3.11.3",
427
+ "google-auth-httplib2": "0.2.0",
428
+ "referencing": "0.36.2",
429
+ "cudf-polars-cu12": "25.6.0",
430
+ "nvidia-cusparse-cu12": "12.5.4.2",
431
+ "huggingface-hub": "0.34.4",
432
+ "slicer": "0.0.8",
433
+ "scipy": "1.16.1",
434
+ "pandas-stubs": "2.2.2.240909",
435
+ "cuvs-cu12": "25.6.1",
436
+ "srsly": "2.5.1",
437
+ "google-cloud-resource-manager": "1.14.2",
438
+ "tcmlib": "1.4.0",
439
+ "mcp": "1.13.1",
440
+ "torchvision": "0.23.0+cu126",
441
+ "langchain": "0.3.27",
442
+ "jsonpatch": "1.33",
443
+ "zstandard": "0.24.0",
444
+ "scooby": "0.10.1",
445
+ "ratelim": "0.1.6",
446
+ "nvidia-ml-py": "12.575.51",
447
+ "cons": "0.4.7",
448
+ "colorlover": "0.3.0",
449
+ "logical-unification": "0.4.6",
450
+ "google-cloud-aiplatform": "1.111.0",
451
+ "fastrlock": "0.8.3",
452
+ "opencv-python-headless": "4.12.0.88",
453
+ "packaging": "25.0",
454
+ "nvidia-curand-cu12": "10.3.7.77",
455
+ "ale-py": "0.11.2",
456
+ "matplotlib-venn": "1.1.2",
457
+ "cmdstanpy": "1.2.5",
458
+ "yfinance": "0.2.65",
459
+ "google-cloud-speech": "2.33.0",
460
+ "graphviz": "0.21",
461
+ "gym-notices": "0.1.0",
462
+ "proglog": "0.1.12",
463
+ "nbformat": "5.10.4",
464
+ "distro": "1.7.0",
465
+ "typing_extensions": "4.15.0",
466
+ "astunparse": "1.6.3",
467
+ "ipyevents": "2.0.2",
468
+ "intel-cmplr-lib-ur": "2025.2.1",
469
+ "community": "1.0.0b1",
470
+ "nvidia-cufile-cu12": "1.11.1.6",
471
+ "xarray": "2025.9.0",
472
+ "xlrd": "2.0.2",
473
+ "babel": "2.17.0",
474
+ "atpublic": "5.1",
475
+ "ply": "3.11",
476
+ "joblib": "1.5.2",
477
+ "jupyterlab_pygments": "0.3.0",
478
+ "tables": "3.10.2",
479
+ "numexpr": "2.11.0",
480
+ "opt_einsum": "3.4.0",
481
+ "narwhals": "2.4.0",
482
+ "jupyter_server_terminals": "0.5.3",
483
+ "en_core_web_sm": "3.8.0",
484
+ "zict": "3.0.0",
485
+ "seaborn": "0.13.2",
486
+ "pydrive2": "1.21.3",
487
+ "astropy": "7.1.0",
488
+ "spacy-loggers": "1.0.5",
489
+ "pydantic": "2.11.7",
490
+ "pymc": "5.25.1",
491
+ "importlib_resources": "6.5.2",
492
+ "hyperframe": "6.1.0",
493
+ "regex": "2024.11.6",
494
+ "shap": "0.48.0",
495
+ "python-snappy": "0.7.3",
496
+ "grpc-google-iam-v1": "0.14.2",
497
+ "spanner-graph-notebook": "1.1.8",
498
+ "tensorboard": "2.19.0",
499
+ "nvidia-cuda-nvcc-cu12": "12.5.82",
500
+ "panel": "1.8.0",
501
+ "sphinxcontrib-qthelp": "2.0.0",
502
+ "lxml": "5.4.0",
503
+ "torchtune": "0.6.1",
504
+ "tifffile": "2025.8.28",
505
+ "minikanren": "1.0.5",
506
+ "ruff": "0.12.12",
507
+ "ipykernel": "6.17.1",
508
+ "dask-cudf-cu12": "25.6.0",
509
+ "cloudpathlib": "0.22.0",
510
+ "omegaconf": "2.3.0",
511
+ "humanize": "4.13.0",
512
+ "progressbar2": "4.5.0",
513
+ "html5lib": "1.1",
514
+ "confection": "0.1.5",
515
+ "pynvml": "12.0.0",
516
+ "pyparsing": "2.4.7",
517
+ "libraft-cu12": "25.6.0",
518
+ "protobuf": "5.29.5",
519
+ "jupyter_core": "5.8.1",
520
+ "traitlets": "5.7.1",
521
+ "numba": "0.60.0",
522
+ "xxhash": "3.5.0",
523
+ "grpcio": "1.74.0",
524
+ "google-ai-generativelanguage": "0.6.15",
525
+ "anywidget": "0.9.18",
526
+ "orbax-checkpoint": "0.11.24",
527
+ "grpc-interceptor": "0.15.4",
528
+ "inflect": "7.5.0",
529
+ "jeepney": "0.7.1",
530
+ "cupy-cuda12x": "13.3.0",
531
+ "multipledispatch": "1.0.0",
532
+ "folium": "0.20.0",
533
+ "param": "2.2.1",
534
+ "nx-cugraph-cu12": "25.6.0",
535
+ "ipytree": "0.2.2",
536
+ "tzdata": "2025.2",
537
+ "altair": "5.5.0",
538
+ "earthengine-api": "1.5.24",
539
+ "traittypes": "0.2.1",
540
+ "pynndescent": "0.5.13",
541
+ "pyspark": "3.5.1",
542
+ "gitpython": "3.1.45",
543
+ "google-cloud-bigquery": "3.37.0",
544
+ "tensorflow-text": "2.19.0",
545
+ "pyjwt": "2.3.0",
546
+ "fastjsonschema": "2.21.2",
547
+ "librmm-cu12": "25.6.0",
548
+ "cvxopt": "1.3.2",
549
+ "sse-starlette": "3.0.2",
550
+ "blinker": "1.4",
551
+ "nvidia-cuda-runtime-cu12": "12.6.77",
552
+ "pygobject": "3.42.1",
553
+ "psycopg2": "2.9.10",
554
+ "triton": "3.4.0",
555
+ "opencv-python": "4.12.0.88",
556
+ "tf_keras": "2.19.0",
557
+ "nvidia-nvjitlink-cu12": "12.6.85",
558
+ "farama-notifications": "0.0.4",
559
+ "openai": "1.107.0",
560
+ "polars": "1.25.2",
561
+ "pyperclip": "1.9.0",
562
+ "keras-hub": "0.21.1",
563
+ "libpysal": "4.13.0",
564
+ "urllib3": "2.5.0",
565
+ "torchao": "0.10.0",
566
+ "tenacity": "8.5.0",
567
+ "sortedcontainers": "2.4.0",
568
+ "pyerfa": "2.0.1.5",
569
+ "nvidia-nccl-cu12": "2.27.3",
570
+ "murmurhash": "1.0.13",
571
+ "keyring": "23.5.0",
572
+ "itsdangerous": "2.2.0",
573
+ "pywavelets": "1.9.0",
574
+ "python-dotenv": "1.1.1",
575
+ "cmake": "3.31.6",
576
+ "simplejson": "3.20.1",
577
+ "chardet": "5.2.0",
578
+ "pyasn1_modules": "0.4.2",
579
+ "pandas-gbq": "0.29.2",
580
+ "rapids-logger": "0.1.1",
581
+ "cryptography": "3.4.8",
582
+ "websocket-client": "1.8.0",
583
+ "simple-parsing": "0.1.7",
584
+ "langchain-text-splitters": "0.3.11",
585
+ "xgboost": "3.0.5",
586
+ "jsonpointer": "3.0.0",
587
+ "google-cloud-language": "2.17.2",
588
+ "oauthlib": "3.2.0",
589
+ "cloudpickle": "3.1.1",
590
+ "betterproto": "2.0.0b6",
591
+ "h11": "0.16.0",
592
+ "jinja2": "3.1.6",
593
+ "gradio_client": "1.12.1",
594
+ "lark": "1.2.2",
595
+ "pydot": "3.0.4",
596
+ "plotly": "5.24.1",
597
+ "geographiclib": "2.1",
598
+ "proto-plus": "1.26.1",
599
+ "cvxpy": "1.6.7",
600
+ "markdown-it-py": "4.0.0",
601
+ "pyzmq": "26.2.1",
602
+ "argon2-cffi": "25.1.0",
603
+ "pillow": "11.3.0",
604
+ "typing-inspection": "0.4.1",
605
+ "types-pytz": "2025.2.0.20250809",
606
+ "tsfresh": "0.21.1",
607
+ "sklearn-pandas": "2.2.0",
608
+ "pynvjitlink-cu12": "0.7.0",
609
+ "nvidia-cusolver-cu12": "11.7.1.2",
610
+ "ipyfilechooser": "0.6.0",
611
+ "transformers": "4.56.1",
612
+ "python-box": "7.3.2",
613
+ "frozenlist": "1.7.0",
614
+ "ipywidgets": "7.7.1",
615
+ "tensorflow": "2.19.0",
616
+ "spacy": "3.8.7",
617
+ "imagesize": "1.4.1",
618
+ "httpx": "0.28.1",
619
+ "cyipopt": "1.5.0",
620
+ "imageio": "2.37.0",
621
+ "imageio-ffmpeg": "0.6.0",
622
+ "pycryptodomex": "3.23.0",
623
+ "sphinxcontrib-htmlhelp": "2.1.0",
624
+ "llvmlite": "0.43.0",
625
+ "distributed": "2025.5.0",
626
+ "cuda-python": "12.6.2.post1",
627
+ "ipython-genutils": "0.2.0",
628
+ "language_data": "1.3.0",
629
+ "tbb": "2022.2.0",
630
+ "tqdm": "4.67.1",
631
+ "pyyaml": "6.0.2",
632
+ "pyproj": "3.7.2",
633
+ "httplib2": "0.20.2",
634
+ "jsonschema": "4.25.1",
635
+ "docutils": "0.21.2",
636
+ "wandb": "0.21.3",
637
+ "google-cloud-functions": "1.20.4",
638
+ "shellingham": "1.5.4",
639
+ "blosc2": "3.7.2",
640
+ "nbconvert": "7.16.6",
641
+ "py-cpuinfo": "9.0.0",
642
+ "tensorboard-data-server": "0.7.2",
643
+ "intel-openmp": "2025.2.1",
644
+ "cymem": "2.0.11",
645
+ "anyio": "4.10.0",
646
+ "mizani": "0.13.5",
647
+ "pandas-datareader": "0.10.0",
648
+ "diffusers": "0.35.1",
649
+ "easydict": "1.13",
650
+ "google-cloud-datastore": "2.21.0",
651
+ "watchdog": "6.0.0",
652
+ "idna": "3.10",
653
+ "weasel": "0.4.1",
654
+ "tinycss2": "1.4.0",
655
+ "keras-nlp": "0.21.1",
656
+ "rich": "13.9.4",
657
+ "accelerate": "1.10.1",
658
+ "jsonschema-specifications": "2025.9.1",
659
+ "tomlkit": "0.13.3",
660
+ "scs": "3.2.8",
661
+ "google-cloud-trace": "1.16.2",
662
+ "fastai": "2.8.4",
663
+ "gymnasium": "1.2.0",
664
+ "opentelemetry-api": "1.36.0",
665
+ "stumpy": "1.13.0",
666
+ "sympy": "1.13.3",
667
+ "fasttransform": "0.0.2",
668
+ "opencv-contrib-python": "4.12.0.88",
669
+ "plotnine": "0.14.5",
670
+ "hyperopt": "0.2.7",
671
+ "semantic-version": "2.10.0",
672
+ "jupyter-console": "6.6.3",
673
+ "uc-micro-py": "1.0.3",
674
+ "geopandas": "1.1.1",
675
+ "uvicorn": "0.35.0",
676
+ "google-cloud-bigtable": "2.32.0",
677
+ "curl_cffi": "0.13.0",
678
+ "jupyter_client": "7.4.9",
679
+ "moviepy": "1.0.3",
680
+ "langchain-core": "0.3.75",
681
+ "python-apt": "2.4.0+ubuntu4",
682
+ "launchpadlib": "1.10.16",
683
+ "importlib-metadata": "4.6.4",
684
+ "dbus-python": "1.2.18",
685
+ "wadllib": "1.3.6",
686
+ "lazr.uri": "1.0.6",
687
+ "lazr.restfulclient": "0.14.4"
688
+ }
689
+ }
model/models/CatBoost_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6cc3dba285bfb550ae80019b31834061a89b8d9956297eb7f81a9506116151
3
+ size 991
model/models/CatBoost_r137_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00738a1f90e05b46b62a50d64af8603c813eb49e7ea5b88f06ea133f82aec409
3
+ size 1125
model/models/CatBoost_r13_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4ac7788f75dd387e6bf684a14bacbf7817ce8aa6c3f603abf8877d8ad27c87
3
+ size 1125
model/models/CatBoost_r177_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bca3f17596237a6e806bcd5e2b1263564566240818f35373ff752f261a0bece
3
+ size 1125
model/models/CatBoost_r50_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358f4d472ab2e8591b4be600790ff2628d8ba5f9d15e2ee2f468aaacb3a9ab0e
3
+ size 1121
model/models/CatBoost_r69_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f1815bcc38ced50d669ac973804fda1f61d02539fb5eda9899f0dc1e62c6d5e
3
+ size 1125
model/models/CatBoost_r9_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b333806a7ac9ba74d037b11604993f58b6b62a4b555f98828a33297ffa2d796c
3
+ size 1121
model/models/ExtraTreesEntr_BAG_L1/S1F1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c4e5512b9e849f6a09eb2da0426c5a056df6e8fc6a855a45ee5ced7b1e77ed
3
+ size 3297728
model/models/ExtraTreesEntr_BAG_L1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d85a80888590bcc7669377ba03c6bdf19f6748d006ec746f23a9413e783d512
3
+ size 2641
model/models/ExtraTreesEntr_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b23e6c6c2fbb47439ff48f3f019f96980a0fa3b8d6cfd1cce43e3bbdc0c90d92
3
+ size 1035
model/models/ExtraTreesEntr_BAG_L1/utils/oof.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8203508821aff6e5243bf12991cd19832ea9caf9ab26a27a1ab361bb7a20553f
3
+ size 1465
model/models/ExtraTreesGini_BAG_L1/S1F1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:537178d255ac9307cedd96674b4be7f04bfa7b9f5ef8199d984bff35f8f7faee
3
+ size 3317080
model/models/ExtraTreesGini_BAG_L1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f3e92e951735a6caf15d4f102936a59357badf63affc6bd07a8c432baae4b58
3
+ size 2641
model/models/ExtraTreesGini_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0c544135069927b568c648213a8ec38bf756d09cfb820c9c93dfd9a2c91c9f4
3
+ size 1032
model/models/ExtraTreesGini_BAG_L1/utils/oof.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8b2931860be2083614c5605c2200d613f733d219f818b005d6061feda17113
3
+ size 1465
model/models/ExtraTrees_r172_BAG_L1/S1F1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:712c8fcb908573c77f64182787928d7a9c70ad8b654bee0bf9066872550add30
3
+ size 1175583
model/models/ExtraTrees_r172_BAG_L1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf24365a5d55b9c5c3bf640e4463a2f2bf32bc5c37a2ced1d61eddc47e8b4df8
3
+ size 2643
model/models/ExtraTrees_r172_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679eeba4b59278459985217170621c1aeb6400344e896518d7d4ac9be1bc433d
3
+ size 1079
model/models/ExtraTrees_r172_BAG_L1/utils/oof.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d3b0d033b9788c93e29ef84c74a9c55687379b75a64ecc32d068b9028af32c
3
+ size 1465
model/models/ExtraTrees_r42_BAG_L1/S1F1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742900d622e249330740c67c2c55a47423d5eca2a79f43ba8ff1c67acdc6ca35
3
+ size 2931486
model/models/ExtraTrees_r42_BAG_L1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d7e6fdb03974f53d3706ac0b7093f29de64b5e5f501b3227fdaab7757641f5
3
+ size 2641
model/models/ExtraTrees_r42_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2408aaec1c1b22c459624e18264b8e2b929394758a2bd08ba602c598d8ac7b0
3
+ size 1079
model/models/ExtraTrees_r42_BAG_L1/utils/oof.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363736dd638a9bb92e9b908566f529db8f1190b578b0f7094c1f1dc0dd583ef5
3
+ size 1465
model/models/LightGBMLarge_BAG_L1/S1F1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc6cadd92f8d75ef862dbf8b319004931c55f53fb2446c4ab9084b4022d3ea6
3
+ size 26706
model/models/LightGBMLarge_BAG_L1/S1F2/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e96e144a0b618068ed1498529f79015978bc1b882952e94e15f12cc499e8f615
3
+ size 12604
model/models/LightGBMLarge_BAG_L1/S1F3/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7bf4130064681390b61de7928307ead0d863654e8ef9ca068a7e8b65c0adb1f
3
+ size 48441
model/models/LightGBMLarge_BAG_L1/S1F4/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a0ad93d824ec1f14ec47a032161599445866a754822038a484da34ee0a5d30
3
+ size 732044
model/models/LightGBMLarge_BAG_L1/S1F5/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ddbc478162a14d12c82fa9db34f8a43a7cf235c6cd0c207b640448b22edba5
3
+ size 43520
model/models/LightGBMLarge_BAG_L1/S1F6/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d267f93254788e321a71b49d5e7eb2db08deff9239a37b86292449cfed2131d8
3
+ size 89154
model/models/LightGBMLarge_BAG_L1/S1F7/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:993d2b0f394ba1983082bdfcd528c41183731b85a8f155aeb374a684567cbbda
3
+ size 23665
model/models/LightGBMLarge_BAG_L1/S1F8/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f0278f7d264e8609fb5609f9243807fa1c47ccdefbd8321ba58a41a0ced582
3
+ size 23351
model/models/LightGBMLarge_BAG_L1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ea8d297c2ab2c3443d8e73385351b87994e17b64d78ba329b1935b5e9a769d3
3
+ size 2961
model/models/LightGBMLarge_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d5f7f8ce4fcf9f7ef5c42aea3daa32a525d294499db26c0c7e0f406a434be9
3
+ size 1117
model/models/LightGBMLarge_BAG_L1/utils/oof.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24af82562e0481d531676614bb3154808e7c68f0d337cb00297a984c8a88baa9
3
+ size 2425
model/models/LightGBMXT_BAG_L1/S1F1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8e62dc7ee7b8c8b737d8c3b98e2f92ec1d3e88aed79e78ce65432a73a36da8e
3
+ size 9623
model/models/LightGBMXT_BAG_L1/S1F2/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8e2936bad0ed9f8a1e0bde5edd9486bb26b71523072236271275a8523e63c4
3
+ size 16082
model/models/LightGBMXT_BAG_L1/S1F3/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced354ac56d2cdcb752fa185b455f44dd9f73c60db564c9b3771ae34f57da8a4
3
+ size 52982
model/models/LightGBMXT_BAG_L1/S1F4/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c7b300b5758843a9546820e02fd3c3b4c45984459fdd2ab76eaab4101f146f
3
+ size 8133
model/models/LightGBMXT_BAG_L1/S1F5/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee6b62342607a6b6955a27936e751e363ddb30c124f0d931b02e0ba3249d4ff
3
+ size 21319
model/models/LightGBMXT_BAG_L1/S1F6/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b014ada14b5af5498cea7d544210c500dbb72a1ebb5b5dfb265731108398e09
3
+ size 160614
model/models/LightGBMXT_BAG_L1/S1F7/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4edbfd6b64a72b5d1688ff2c92fce9219ac13319c94276db107b37592bb9c80
3
+ size 10031
model/models/LightGBMXT_BAG_L1/S1F8/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab66cf36b2275889f7afd777266285b50da69a23a64ba29b39141e99289bbb96
3
+ size 17264
model/models/LightGBMXT_BAG_L1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba45f722b90a97777621bdf32c6b6c53c68c669fd2ff164651b45a349818218
3
+ size 2955
model/models/LightGBMXT_BAG_L1/utils/model_template.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2263c9713e5edc7d331bfb3a8a6f59fb41fb8c36ce99d51ad6f61454e54debb
3
+ size 1042
model/models/LightGBMXT_BAG_L1/utils/oof.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e98310bac7124ab1361dae583a2389c6e1ec32a3a4ba1be0ff33361f1bde45b
3
+ size 2425
model/models/LightGBM_BAG_L1/S1F1/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b27b795a939b2f47fa2fb39b756b808fa9e36a1eeed3076b2e9e2e7008344b9
3
+ size 106988
model/models/LightGBM_BAG_L1/S1F2/model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a36ed5ccd82ba16dbf3b559d9bf5f1399b6c34676446edfee45fdeacdccede
3
+ size 132845