dragon-ml-toolbox 1.2.1__py3-none-any.whl → 1.3.0__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.

Potentially problematic release.


This version of dragon-ml-toolbox might be problematic. Click here for more details.

@@ -0,0 +1,88 @@
1
+ Metadata-Version: 2.4
2
+ Name: dragon-ml-toolbox
3
+ Version: 1.3.0
4
+ Summary: A collection of tools for data science and machine learning projects
5
+ Author-email: Karl Loza <luigiloza@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/DrAg0n-BoRn/ML_tools
8
+ Project-URL: Changelog, https://github.com/DrAg0n-BoRn/ML_tools/blob/master/CHANGELOG.md
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ License-File: LICENSE-THIRD-PARTY.md
15
+ Requires-Dist: numpy<2.0
16
+ Requires-Dist: scikit-learn
17
+ Requires-Dist: openpyxl
18
+ Requires-Dist: miceforest
19
+ Requires-Dist: matplotlib
20
+ Requires-Dist: seaborn
21
+ Requires-Dist: pandas
22
+ Requires-Dist: polars
23
+ Requires-Dist: imblearn
24
+ Requires-Dist: statsmodels
25
+ Requires-Dist: ipython
26
+ Requires-Dist: joblib
27
+ Requires-Dist: xgboost
28
+ Requires-Dist: lightgbm
29
+ Requires-Dist: shap
30
+ Provides-Extra: pytorch
31
+ Requires-Dist: torch; extra == "pytorch"
32
+ Requires-Dist: Pillow; extra == "pytorch"
33
+ Requires-Dist: torchvision; extra == "pytorch"
34
+ Dynamic: license-file
35
+
36
+ # dragon-ml-tools
37
+
38
+ A collection of Python utilities for data science and machine learning, structured as a modular package for easy reuse and installation.
39
+
40
+ ## Features
41
+
42
+ - Modular scripts for data exploration, logging, machine learning, and more.
43
+ - Designed for seamless integration as a Git submodule or installable Python package.
44
+
45
+ ## Installation
46
+
47
+ **Python 3.9+ recommended.**
48
+
49
+ ### Via PyPI
50
+
51
+ Install the latest stable release from PyPI:
52
+
53
+ ```bash
54
+ pip install dragon-ml-tools
55
+ ```
56
+
57
+ ### Via conda-forge
58
+
59
+ Install from the conda-forge channel:
60
+
61
+ ```bash
62
+ conda install -c conda-forge dragon-ml-toolbox
63
+ ```
64
+
65
+ #### Optional dependencies
66
+
67
+ ```bash
68
+ pip install dragon-ml-tools[pytorch]
69
+ ```
70
+
71
+ ### Via GitHub (Editable)
72
+
73
+ Clone the repository and install in editable mode with optional dependencies:
74
+
75
+ ```bash
76
+ git clone https://github.com/DrAg0n-BoRn/ML_tools.git
77
+ cd ML_tools
78
+ pip install -e '.[pytorch]'
79
+ ```
80
+
81
+ ## Usage
82
+
83
+ After installation, import modules like this:
84
+
85
+ ```python
86
+ from ml_tools.utilities import sanitize_filename
87
+ from ml_tools.logger import custom_logger
88
+ ```
@@ -1,5 +1,5 @@
1
- dragon_ml_toolbox-1.2.1.dist-info/licenses/LICENSE,sha256=2uUFNy7D0TLgHim1K5s3DIJ4q_KvxEXVilnU20cWliY,1066
2
- dragon_ml_toolbox-1.2.1.dist-info/licenses/LICENSE-THIRD-PARTY.md,sha256=e1Hg5ZtaBpDV7ZvxhLe1ac28l7nMjvi1MSE5YvB1s-o,1472
1
+ dragon_ml_toolbox-1.3.0.dist-info/licenses/LICENSE,sha256=2uUFNy7D0TLgHim1K5s3DIJ4q_KvxEXVilnU20cWliY,1066
2
+ dragon_ml_toolbox-1.3.0.dist-info/licenses/LICENSE-THIRD-PARTY.md,sha256=e1Hg5ZtaBpDV7ZvxhLe1ac28l7nMjvi1MSE5YvB1s-o,1472
3
3
  ml_tools/MICE_imputation.py,sha256=Xvupj6w4NJ7d8gcJbpp1y3LVVnWEfvx-It7oEksuT5I,7349
4
4
  ml_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  ml_tools/data_exploration.py,sha256=laTNbN5_xlhqWiKfF-cJ9yMZ8zAM2a-AryqgiIQBBLg,26649
@@ -12,7 +12,7 @@ ml_tools/pytorch_models.py,sha256=Oykw02sOZLCjvSadQd64UGesBN7kq0x1EGXHusvYiQI,99
12
12
  ml_tools/trainer.py,sha256=Zd7AaHeoNd8dEas2JChWoHaCUpWUVRDUMybuHaKJ0XY,16740
13
13
  ml_tools/utilities.py,sha256=mG_--EFplfI9H7OhrWI8VkdNJtTbs4Wbz32xvcFWps8,5518
14
14
  ml_tools/vision_helpers.py,sha256=lBAW6dzAK-HOswAt1fU_tfP9hkNLY5D8c_I_7hhEXno,7528
15
- dragon_ml_toolbox-1.2.1.dist-info/METADATA,sha256=_dLYb0G6dqpxh2jeWdWuG91LHQZCNDq2HVxbcBLlcu0,5165
16
- dragon_ml_toolbox-1.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- dragon_ml_toolbox-1.2.1.dist-info/top_level.txt,sha256=wm-oxax3ciyez6VoO4zsFd-gSok2VipYXnbg3TH9PtU,9
18
- dragon_ml_toolbox-1.2.1.dist-info/RECORD,,
15
+ dragon_ml_toolbox-1.3.0.dist-info/METADATA,sha256=NAQJFp18GJcSVs4W1zMjzLlxuS79Xs7gZgEru-n-2o8,2169
16
+ dragon_ml_toolbox-1.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ dragon_ml_toolbox-1.3.0.dist-info/top_level.txt,sha256=wm-oxax3ciyez6VoO4zsFd-gSok2VipYXnbg3TH9PtU,9
18
+ dragon_ml_toolbox-1.3.0.dist-info/RECORD,,
@@ -1,141 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: dragon-ml-toolbox
3
- Version: 1.2.1
4
- Summary: A collection of tools for data science and machine learning projects
5
- Author-email: Karl Loza <luigiloza@gmail.com>
6
- License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/DrAg0n-BoRn/ML_tools
8
- Project-URL: Changelog, https://github.com/DrAg0n-BoRn/ML_tools/blob/master/CHANGELOG.md
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.9
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- License-File: LICENSE-THIRD-PARTY.md
15
- Requires-Dist: numpy
16
- Requires-Dist: pandas
17
- Requires-Dist: matplotlib
18
- Requires-Dist: scikit-learn
19
- Provides-Extra: data-exploration
20
- Requires-Dist: pandas; extra == "data-exploration"
21
- Requires-Dist: numpy; extra == "data-exploration"
22
- Requires-Dist: matplotlib; extra == "data-exploration"
23
- Requires-Dist: seaborn; extra == "data-exploration"
24
- Requires-Dist: statsmodels; extra == "data-exploration"
25
- Requires-Dist: ipython; extra == "data-exploration"
26
- Provides-Extra: datasetmaster
27
- Requires-Dist: torch; extra == "datasetmaster"
28
- Requires-Dist: pandas; extra == "datasetmaster"
29
- Requires-Dist: numpy; extra == "datasetmaster"
30
- Requires-Dist: scikit-learn; extra == "datasetmaster"
31
- Requires-Dist: imblearn; extra == "datasetmaster"
32
- Requires-Dist: Pillow; extra == "datasetmaster"
33
- Requires-Dist: matplotlib; extra == "datasetmaster"
34
- Provides-Extra: ensemble-learning
35
- Requires-Dist: pandas; extra == "ensemble-learning"
36
- Requires-Dist: numpy; extra == "ensemble-learning"
37
- Requires-Dist: seaborn; extra == "ensemble-learning"
38
- Requires-Dist: matplotlib; extra == "ensemble-learning"
39
- Requires-Dist: joblib; extra == "ensemble-learning"
40
- Requires-Dist: imblearn; extra == "ensemble-learning"
41
- Requires-Dist: scikit-learn; extra == "ensemble-learning"
42
- Requires-Dist: xgboost; extra == "ensemble-learning"
43
- Requires-Dist: lightgbm; extra == "ensemble-learning"
44
- Requires-Dist: shap; extra == "ensemble-learning"
45
- Provides-Extra: handle-excel
46
- Requires-Dist: openpyxl; extra == "handle-excel"
47
- Requires-Dist: pandas; extra == "handle-excel"
48
- Provides-Extra: logger
49
- Requires-Dist: pandas; extra == "logger"
50
- Requires-Dist: openpyxl; extra == "logger"
51
- Provides-Extra: mice-imputation
52
- Requires-Dist: pandas; extra == "mice-imputation"
53
- Requires-Dist: miceforest; extra == "mice-imputation"
54
- Requires-Dist: matplotlib; extra == "mice-imputation"
55
- Requires-Dist: numpy; extra == "mice-imputation"
56
- Provides-Extra: particle-swarm-optimization
57
- Requires-Dist: numpy; extra == "particle-swarm-optimization"
58
- Requires-Dist: joblib; extra == "particle-swarm-optimization"
59
- Requires-Dist: xgboost; extra == "particle-swarm-optimization"
60
- Requires-Dist: lightgbm; extra == "particle-swarm-optimization"
61
- Requires-Dist: scikit-learn; extra == "particle-swarm-optimization"
62
- Requires-Dist: polars; extra == "particle-swarm-optimization"
63
- Provides-Extra: pytorch-models
64
- Requires-Dist: torch; extra == "pytorch-models"
65
- Provides-Extra: trainer
66
- Requires-Dist: numpy; extra == "trainer"
67
- Requires-Dist: torch; extra == "trainer"
68
- Requires-Dist: matplotlib; extra == "trainer"
69
- Requires-Dist: scikit-learn; extra == "trainer"
70
- Provides-Extra: vision-helpers
71
- Requires-Dist: Pillow; extra == "vision-helpers"
72
- Requires-Dist: torch; extra == "vision-helpers"
73
- Requires-Dist: torchvision; extra == "vision-helpers"
74
- Provides-Extra: full
75
- Requires-Dist: pandas; extra == "full"
76
- Requires-Dist: numpy; extra == "full"
77
- Requires-Dist: matplotlib; extra == "full"
78
- Requires-Dist: seaborn; extra == "full"
79
- Requires-Dist: statsmodels; extra == "full"
80
- Requires-Dist: ipython; extra == "full"
81
- Requires-Dist: torch; extra == "full"
82
- Requires-Dist: scikit-learn; extra == "full"
83
- Requires-Dist: imblearn; extra == "full"
84
- Requires-Dist: Pillow; extra == "full"
85
- Requires-Dist: joblib; extra == "full"
86
- Requires-Dist: xgboost; extra == "full"
87
- Requires-Dist: lightgbm; extra == "full"
88
- Requires-Dist: shap; extra == "full"
89
- Requires-Dist: openpyxl; extra == "full"
90
- Requires-Dist: miceforest; extra == "full"
91
- Requires-Dist: polars; extra == "full"
92
- Requires-Dist: torchvision; extra == "full"
93
- Dynamic: license-file
94
-
95
- # dragon-ml-tools
96
-
97
- A collection of Python utilities and machine learning tools, structured as a modular package for easy reuse and installation.
98
-
99
- ## Features
100
-
101
- - Modular scripts for data exploration, logging, machine learning, and more.
102
- - Optional dependencies grouped by functionality for lightweight installs.
103
- - Designed for seamless integration as a Git submodule or installable Python package.
104
-
105
-
106
- ## Installation
107
-
108
- Python 3.9+ recommended.
109
-
110
- ### Via PyPI (Stable Releases)
111
-
112
- Install the latest stable release from PyPI with optional dependencies:
113
-
114
- ```bash
115
- pip install dragon-ml-tools[logger,trainer]
116
- ```
117
-
118
- To install dependencies from all modules
119
-
120
- ```bash
121
- pip install dragon-ml-tools[full]
122
- ```
123
-
124
- ### Via GitHub (Editable)
125
-
126
- Clone the repository and install in editable mode with optional dependencies:
127
-
128
- ```bash
129
- git clone https://github.com/DrAg0n-BoRn/ML_tools.git
130
- cd ML_tools
131
- pip install -e '.[logger]'
132
- ```
133
-
134
- ## Usage
135
-
136
- After installation, import modules like this:
137
-
138
- ```python
139
- from ml_tools.utilities import sanitize_filename
140
- from ml_tools.logger import custom_logger
141
- ```