Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- XGBOOST_XAI/ML2.ipynb +0 -0
- XGBOOST_XAI/ML2.json +0 -0
- XGBOOST_XAI/json_convert.py +15 -0
- XGBOOST_XAI/pathopreter_sota_xgboost.json +3 -0
- XGBOOST_XAI/pathopreter_sota_xgboost.pkl +3 -0
- data_parquets/900k_test.parquet +3 -0
- data_parquets/Balanced_300k_SEQUENCES.parquet +3 -0
- data_parquets/test_enriched_SEQUENCES.parquet +3 -0
.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 |
+
XGBOOST_XAI/pathopreter_sota_xgboost.json filter=lfs diff=lfs merge=lfs -text
|
XGBOOST_XAI/ML2.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
XGBOOST_XAI/ML2.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
XGBOOST_XAI/json_convert.py
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
|
| 3 |
+
# Input and output file names
|
| 4 |
+
input_file = "ML2.ipynb"
|
| 5 |
+
output_file = "ML2.json"
|
| 6 |
+
|
| 7 |
+
# Load the notebook
|
| 8 |
+
with open(input_file, "r", encoding="utf-8") as f:
|
| 9 |
+
notebook = json.load(f)
|
| 10 |
+
|
| 11 |
+
# Save as JSON (pretty formatted)
|
| 12 |
+
with open(output_file, "w", encoding="utf-8") as f:
|
| 13 |
+
json.dump(notebook, f, indent=4)
|
| 14 |
+
|
| 15 |
+
print("Converted successfully 💫")
|
XGBOOST_XAI/pathopreter_sota_xgboost.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c960ad5b643a21cb0260d5451dd739281363de15aa0e250d85bee98653a28ab
|
| 3 |
+
size 52923003
|
XGBOOST_XAI/pathopreter_sota_xgboost.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5acda54b344c2111d293c22a31b3e6f4f36c017e05fe42edd23534b5221918a
|
| 3 |
+
size 37645833
|
data_parquets/900k_test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8eeb12fffec91add8c033df0b2322c70a5be7b29d52a32f640405c9e871af6b
|
| 3 |
+
size 481656956
|
data_parquets/Balanced_300k_SEQUENCES.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:236960b81ef809b7a84f2943d1d39701e2e45add95a69bc9bd470b757d729c08
|
| 3 |
+
size 169453775
|
data_parquets/test_enriched_SEQUENCES.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c115d6ee33f36b285a0e07d7adc04f15a32cf5d0aa65d4ffcf018a60af435099
|
| 3 |
+
size 8175870
|