gyb-classification-model 0.1.3__tar.gz → 0.1.5__tar.gz

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.
Files changed (32) hide show
  1. gyb_classification_model-0.1.5/GYB_classification_model.egg-info/PKG-INFO +48 -0
  2. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/GYB_classification_model.egg-info/SOURCES.txt +0 -12
  3. gyb_classification_model-0.1.5/PKG-INFO +48 -0
  4. gyb_classification_model-0.1.5/README.md +23 -0
  5. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/setup.py +8 -1
  6. gyb_classification_model-0.1.3/GYB_classification_model.egg-info/PKG-INFO +0 -19
  7. gyb_classification_model-0.1.3/PKG-INFO +0 -19
  8. gyb_classification_model-0.1.3/README.md +0 -15
  9. gyb_classification_model-0.1.3/models/MedicalReportClassifierV6.pkl +0 -0
  10. gyb_classification_model-0.1.3/models/MedicalReportLabelMapV6.pkl +0 -0
  11. gyb_classification_model-0.1.3/models/MedicalReportVectorizerV6.pkl +0 -0
  12. gyb_classification_model-0.1.3/models/label_mapV26.pkl +0 -0
  13. gyb_classification_model-0.1.3/models/textClassificationModelV26.pkl +0 -0
  14. gyb_classification_model-0.1.3/models/vectorizerV26.pkl +0 -0
  15. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/GYB_classification_model.egg-info/dependency_links.txt +0 -0
  16. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/GYB_classification_model.egg-info/requires.txt +0 -0
  17. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/GYB_classification_model.egg-info/top_level.txt +0 -0
  18. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/LICENSE +0 -0
  19. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/MANIFEST.in +0 -0
  20. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/gyb_classification_model/__init__.py +0 -0
  21. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/gyb_classification_model/predictor.py +0 -0
  22. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/MedicalReportClassifierV8.pkl +0 -0
  23. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/MedicalReportLabelMapV8.pkl +0 -0
  24. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/MedicalReportVectorizerV8.pkl +0 -0
  25. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/OnlyDeliverSlipPharmOrderModelV4.pkl +0 -0
  26. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/OnlyDeliverSlipPharmOrderVectorizerV4.pkl +0 -0
  27. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/OnlyDeliverSlipPharmOrderlabel_mapV4.pkl +0 -0
  28. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/label_mapV27.pkl +0 -0
  29. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/textClassificationModelV27.pkl +0 -0
  30. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/models/vectorizerV27.pkl +0 -0
  31. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/setup.cfg +0 -0
  32. {gyb_classification_model-0.1.3 → gyb_classification_model-0.1.5}/test/test.py +0 -0
@@ -0,0 +1,48 @@
1
+ Metadata-Version: 2.4
2
+ Name: gyb-classification-model
3
+ Version: 0.1.5
4
+ Summary: ML classification models package
5
+ Home-page: https://github.com/GreenBills/GYB-Classification-Model
6
+ Author: Hrutik-M
7
+ Author-email: hrutik.m@codearray.tech
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: pandas==2.2.3
12
+ Requires-Dist: scikit-learn==1.6.1
13
+ Requires-Dist: seaborn==0.13.2
14
+ Requires-Dist: nltk==3.9.1
15
+ Requires-Dist: xgboost==3.0.0
16
+ Dynamic: author
17
+ Dynamic: author-email
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license-file
22
+ Dynamic: requires-dist
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ # GYB Classification Model
27
+
28
+ `gyb_classification_model` is a Python package for classifying medical documents. It provides a simple interface so you can run predictions directly on raw text.
29
+
30
+ ## 📦 Installation
31
+
32
+ ```bash
33
+ pip install gyb-classification-model
34
+ ```
35
+
36
+ ## 🚀 Usage
37
+
38
+ ```python
39
+ from gyb_classification_model import predictor
40
+
41
+ text = '''
42
+ 18 19 20 L.HAIG BEMBRY SIDER,JEFFREY # 3 Left Shoulder Arthroscopy 7/24/2025
43
+ '''
44
+
45
+ prediction = predictor.predict_text(text)
46
+
47
+ print(prediction)
48
+ ```
@@ -14,34 +14,22 @@ gyb_classification_model.egg-info/SOURCES.txt
14
14
  gyb_classification_model.egg-info/dependency_links.txt
15
15
  gyb_classification_model.egg-info/requires.txt
16
16
  gyb_classification_model.egg-info/top_level.txt
17
- gyb_classification_model/../models/MedicalReportClassifierV6.pkl
18
17
  gyb_classification_model/../models/MedicalReportClassifierV8.pkl
19
- gyb_classification_model/../models/MedicalReportLabelMapV6.pkl
20
18
  gyb_classification_model/../models/MedicalReportLabelMapV8.pkl
21
- gyb_classification_model/../models/MedicalReportVectorizerV6.pkl
22
19
  gyb_classification_model/../models/MedicalReportVectorizerV8.pkl
23
20
  gyb_classification_model/../models/OnlyDeliverSlipPharmOrderModelV4.pkl
24
21
  gyb_classification_model/../models/OnlyDeliverSlipPharmOrderVectorizerV4.pkl
25
22
  gyb_classification_model/../models/OnlyDeliverSlipPharmOrderlabel_mapV4.pkl
26
- gyb_classification_model/../models/label_mapV26.pkl
27
23
  gyb_classification_model/../models/label_mapV27.pkl
28
- gyb_classification_model/../models/textClassificationModelV26.pkl
29
24
  gyb_classification_model/../models/textClassificationModelV27.pkl
30
- gyb_classification_model/../models/vectorizerV26.pkl
31
25
  gyb_classification_model/../models/vectorizerV27.pkl
32
- models/MedicalReportClassifierV6.pkl
33
26
  models/MedicalReportClassifierV8.pkl
34
- models/MedicalReportLabelMapV6.pkl
35
27
  models/MedicalReportLabelMapV8.pkl
36
- models/MedicalReportVectorizerV6.pkl
37
28
  models/MedicalReportVectorizerV8.pkl
38
29
  models/OnlyDeliverSlipPharmOrderModelV4.pkl
39
30
  models/OnlyDeliverSlipPharmOrderVectorizerV4.pkl
40
31
  models/OnlyDeliverSlipPharmOrderlabel_mapV4.pkl
41
- models/label_mapV26.pkl
42
32
  models/label_mapV27.pkl
43
- models/textClassificationModelV26.pkl
44
33
  models/textClassificationModelV27.pkl
45
- models/vectorizerV26.pkl
46
34
  models/vectorizerV27.pkl
47
35
  test/test.py
@@ -0,0 +1,48 @@
1
+ Metadata-Version: 2.4
2
+ Name: gyb-classification-model
3
+ Version: 0.1.5
4
+ Summary: ML classification models package
5
+ Home-page: https://github.com/GreenBills/GYB-Classification-Model
6
+ Author: Hrutik-M
7
+ Author-email: hrutik.m@codearray.tech
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+ License-File: LICENSE
11
+ Requires-Dist: pandas==2.2.3
12
+ Requires-Dist: scikit-learn==1.6.1
13
+ Requires-Dist: seaborn==0.13.2
14
+ Requires-Dist: nltk==3.9.1
15
+ Requires-Dist: xgboost==3.0.0
16
+ Dynamic: author
17
+ Dynamic: author-email
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: home-page
21
+ Dynamic: license-file
22
+ Dynamic: requires-dist
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ # GYB Classification Model
27
+
28
+ `gyb_classification_model` is a Python package for classifying medical documents. It provides a simple interface so you can run predictions directly on raw text.
29
+
30
+ ## 📦 Installation
31
+
32
+ ```bash
33
+ pip install gyb-classification-model
34
+ ```
35
+
36
+ ## 🚀 Usage
37
+
38
+ ```python
39
+ from gyb_classification_model import predictor
40
+
41
+ text = '''
42
+ 18 19 20 L.HAIG BEMBRY SIDER,JEFFREY # 3 Left Shoulder Arthroscopy 7/24/2025
43
+ '''
44
+
45
+ prediction = predictor.predict_text(text)
46
+
47
+ print(prediction)
48
+ ```
@@ -0,0 +1,23 @@
1
+ # GYB Classification Model
2
+
3
+ `gyb_classification_model` is a Python package for classifying medical documents. It provides a simple interface so you can run predictions directly on raw text.
4
+
5
+ ## 📦 Installation
6
+
7
+ ```bash
8
+ pip install gyb-classification-model
9
+ ```
10
+
11
+ ## 🚀 Usage
12
+
13
+ ```python
14
+ from gyb_classification_model import predictor
15
+
16
+ text = '''
17
+ 18 19 20 L.HAIG BEMBRY SIDER,JEFFREY # 3 Left Shoulder Arthroscopy 7/24/2025
18
+ '''
19
+
20
+ prediction = predictor.predict_text(text)
21
+
22
+ print(prediction)
23
+ ```
@@ -1,11 +1,18 @@
1
1
  from setuptools import setup, find_packages
2
+ from pathlib import Path
3
+
4
+ curr_directory = Path(__file__).parent
5
+ long_description = (curr_directory / "README.md").read_text()
2
6
 
3
7
  setup(
4
8
  name='gyb-classification-model', # Package name (what you'll pip install)
5
- version='0.1.3',
9
+ version='0.1.5',
6
10
  author='Hrutik-M',
7
11
  author_email='hrutik.m@codearray.tech',
8
12
  description='ML classification models package',
13
+ long_description=long_description,
14
+ long_description_content_type="text/markdown",
15
+ url="https://github.com/GreenBills/GYB-Classification-Model",
9
16
  packages=find_packages(),
10
17
  include_package_data=True,
11
18
  package_data={
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: gyb-classification-model
3
- Version: 0.1.3
4
- Summary: ML classification models package
5
- Author: Hrutik-M
6
- Author-email: hrutik.m@codearray.tech
7
- Requires-Python: >=3.10
8
- License-File: LICENSE
9
- Requires-Dist: pandas==2.2.3
10
- Requires-Dist: scikit-learn==1.6.1
11
- Requires-Dist: seaborn==0.13.2
12
- Requires-Dist: nltk==3.9.1
13
- Requires-Dist: xgboost==3.0.0
14
- Dynamic: author
15
- Dynamic: author-email
16
- Dynamic: license-file
17
- Dynamic: requires-dist
18
- Dynamic: requires-python
19
- Dynamic: summary
@@ -1,19 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: gyb-classification-model
3
- Version: 0.1.3
4
- Summary: ML classification models package
5
- Author: Hrutik-M
6
- Author-email: hrutik.m@codearray.tech
7
- Requires-Python: >=3.10
8
- License-File: LICENSE
9
- Requires-Dist: pandas==2.2.3
10
- Requires-Dist: scikit-learn==1.6.1
11
- Requires-Dist: seaborn==0.13.2
12
- Requires-Dist: nltk==3.9.1
13
- Requires-Dist: xgboost==3.0.0
14
- Dynamic: author
15
- Dynamic: author-email
16
- Dynamic: license-file
17
- Dynamic: requires-dist
18
- Dynamic: requires-python
19
- Dynamic: summary
@@ -1,15 +0,0 @@
1
- # GYB-Classification-Model
2
- Classification Model
3
-
4
- Installation steps
5
- - pip install git+https://github.com/GreenBills/GYB-Classification-Model.git@main
6
-
7
- Update Models
8
- - pip install --upgrade build setuptools wheel
9
- - python -m build
10
-
11
- For pypi
12
- - pip install --upgrade build twine
13
- - python -m build
14
- - twine upload dist/*
15
-