gyb-classification-model 0.1.8__py3-none-any.whl → 0.1.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gyb_classification_model/predictor.py +3 -3
- {gyb_classification_model-0.1.8.dist-info → gyb_classification_model-0.1.9.dist-info}/METADATA +1 -1
- {gyb_classification_model-0.1.8.dist-info → gyb_classification_model-0.1.9.dist-info}/RECORD +9 -9
- models/{label_mapV29.pkl → label_mapV30.pkl} +0 -0
- models/textClassificationModelV30.pkl +0 -0
- models/vectorizerV30.pkl +0 -0
- models/textClassificationModelV29.pkl +0 -0
- models/vectorizerV29.pkl +0 -0
- {gyb_classification_model-0.1.8.dist-info → gyb_classification_model-0.1.9.dist-info}/WHEEL +0 -0
- {gyb_classification_model-0.1.8.dist-info → gyb_classification_model-0.1.9.dist-info}/licenses/LICENSE +0 -0
- {gyb_classification_model-0.1.8.dist-info → gyb_classification_model-0.1.9.dist-info}/top_level.txt +0 -0
@@ -17,13 +17,13 @@ script_dir = os.path.dirname(os.path.abspath(__file__))
|
|
17
17
|
base_path = os.path.abspath(os.path.join(script_dir, '../models'))
|
18
18
|
|
19
19
|
# Load files
|
20
|
-
with open(os.path.join(base_path, "
|
20
|
+
with open(os.path.join(base_path, "vectorizerV30.pkl"), "rb") as f:
|
21
21
|
tfidf_vectorizer = pickle.load(f)
|
22
22
|
|
23
|
-
with open(os.path.join(base_path, "
|
23
|
+
with open(os.path.join(base_path, "label_mapV30.pkl"), "rb") as f:
|
24
24
|
reverse_label_map = pickle.load(f)
|
25
25
|
|
26
|
-
with open(os.path.join(base_path, "
|
26
|
+
with open(os.path.join(base_path, "textClassificationModelV30.pkl"), "rb") as f:
|
27
27
|
model = pickle.load(f)
|
28
28
|
|
29
29
|
|
{gyb_classification_model-0.1.8.dist-info → gyb_classification_model-0.1.9.dist-info}/RECORD
RENAMED
@@ -1,18 +1,18 @@
|
|
1
1
|
app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
app/main.py,sha256=uksl9bO_2zeHFTiiOVXvOyv6S4XnJk92fSkyb5uci9A,139
|
3
3
|
gyb_classification_model/__init__.py,sha256=BmCaBc8PZ9FMpP_7QvJs9F5X-qLhLw5BpixkryN4eq4,36
|
4
|
-
gyb_classification_model/predictor.py,sha256
|
5
|
-
gyb_classification_model-0.1.
|
4
|
+
gyb_classification_model/predictor.py,sha256=-oXyVwR9wp5yboOzSBORo3WDIVUvj-SWE-ZO3nQ9vy8,4307
|
5
|
+
gyb_classification_model-0.1.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
6
6
|
models/MedicalReportClassifierV10.pkl,sha256=NuqifPaY-E6kRW3-K32dHi2QKQQfcakjkRUfJXlSsMY,14536409
|
7
7
|
models/MedicalReportLabelMapV10.pkl,sha256=Xad4MdlAEK_0f5WXKjHOAeWN3Z__G97dsCpxZqP5Xck,752
|
8
8
|
models/MedicalReportVectorizerV10.pkl,sha256=SQeg-MZsj4W0m86zLkcFJAOmh7naXf7j73LYI0y39Ws,959811
|
9
9
|
models/OnlyDeliverSlipPharmOrderModelV4.pkl,sha256=Glonp71H561tq3hxR9Fgm74GI3QZPVrzuh3Wby46hLQ,401961
|
10
10
|
models/OnlyDeliverSlipPharmOrderVectorizerV4.pkl,sha256=m1MykxWdAMkwC4qmcD4BnLkItJh2NFUf-0rby_wBY0Y,265450
|
11
11
|
models/OnlyDeliverSlipPharmOrderlabel_mapV4.pkl,sha256=4kcube3Wp1YPPm-13j-p4jEWAQJ4lvKCq61Yen5zvU8,173
|
12
|
-
models/
|
13
|
-
models/
|
14
|
-
models/
|
15
|
-
gyb_classification_model-0.1.
|
16
|
-
gyb_classification_model-0.1.
|
17
|
-
gyb_classification_model-0.1.
|
18
|
-
gyb_classification_model-0.1.
|
12
|
+
models/label_mapV30.pkl,sha256=rjftrA2QifEmIbU0eHqWjORYbz-7XHYKs3mmTnAxnoA,516
|
13
|
+
models/textClassificationModelV30.pkl,sha256=aNaqvCTwOMHsgZ-CXEwzjrI6RXToz2ENW-geuwU9ZKY,1760654
|
14
|
+
models/vectorizerV30.pkl,sha256=bvdQnx8gDIY7hcYdpS5cS1KfVc6iX_5qmYcDVz5dYuM,8091347
|
15
|
+
gyb_classification_model-0.1.9.dist-info/METADATA,sha256=aGvlqMp1zwt_Yx-5W9fgSflZa_XEhn00MqK-s7YYyTg,1167
|
16
|
+
gyb_classification_model-0.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
17
|
+
gyb_classification_model-0.1.9.dist-info/top_level.txt,sha256=aRuWSVtred104QcY9epZ9zD90KOeAsxIergjGPUMWe8,29
|
18
|
+
gyb_classification_model-0.1.9.dist-info/RECORD,,
|
index 6286406..a96da0d 100644
|
|
Binary file
|
Binary file
|
models/vectorizerV30.pkl
ADDED
Binary file
|
Binary file
|
models/vectorizerV29.pkl
DELETED
Binary file
|
File without changes
|
File without changes
|
{gyb_classification_model-0.1.8.dist-info → gyb_classification_model-0.1.9.dist-info}/top_level.txt
RENAMED
File without changes
|