Terry Zhang
commited on
Commit
·
8f462bc
1
Parent(s):
30879ea
change python version
Browse files- tasks/text.py +1 -0
- tasks/text_models/xgb_pipeline.skops +2 -2
tasks/text.py
CHANGED
@@ -40,6 +40,7 @@ def tree_classifier(test_dataset: dict, model: str):
|
|
40 |
|
41 |
model = load(model_path,
|
42 |
trusted=[
|
|
|
43 |
'xgboost.core.Booster',
|
44 |
'xgboost.sklearn.XGBClassifier'])
|
45 |
|
|
|
40 |
|
41 |
model = load(model_path,
|
42 |
trusted=[
|
43 |
+
'scipy.sparse._csr.csr_matrix',
|
44 |
'xgboost.core.Booster',
|
45 |
'xgboost.sklearn.XGBClassifier'])
|
46 |
|
tasks/text_models/xgb_pipeline.skops
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcac49b4627c66af9f6c80646866624c881698e7a900320a309fd1a1fdbf18dd
|
3 |
+
size 42277375
|