dragon-ml-toolbox 1.1.2__py3-none-any.whl → 1.1.4__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.
- {dragon_ml_toolbox-1.1.2.dist-info → dragon_ml_toolbox-1.1.4.dist-info}/METADATA +10 -3
- {dragon_ml_toolbox-1.1.2.dist-info → dragon_ml_toolbox-1.1.4.dist-info}/RECORD +4 -4
- {dragon_ml_toolbox-1.1.2.dist-info → dragon_ml_toolbox-1.1.4.dist-info}/WHEEL +0 -0
- {dragon_ml_toolbox-1.1.2.dist-info → dragon_ml_toolbox-1.1.4.dist-info}/top_level.txt +0 -0
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dragon-ml-toolbox
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: A collection of tools for machine learning projects
|
|
5
5
|
Author-email: Karl Loza <luigiloza@gmail.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: Operating System :: OS Independent
|
|
6
10
|
Requires-Python: >=3.9
|
|
7
11
|
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: numpy
|
|
8
13
|
Provides-Extra: data-exploration
|
|
9
14
|
Requires-Dist: pandas; extra == "data-exploration"
|
|
10
15
|
Requires-Dist: numpy; extra == "data-exploration"
|
|
@@ -64,7 +69,7 @@ Requires-Dist: Pillow; extra == "vision-helpers"
|
|
|
64
69
|
Requires-Dist: torch; extra == "vision-helpers"
|
|
65
70
|
Requires-Dist: torchvision; extra == "vision-helpers"
|
|
66
71
|
|
|
67
|
-
#
|
|
72
|
+
# dragon-ml-tools
|
|
68
73
|
|
|
69
74
|
A collection of Python utilities and machine learning tools, structured as a modular package for easy reuse and installation.
|
|
70
75
|
|
|
@@ -91,7 +96,9 @@ pip install -e '.[utilities]'
|
|
|
91
96
|
|
|
92
97
|
Install the latest stable release from PyPI with optional dependencies:
|
|
93
98
|
|
|
94
|
-
|
|
99
|
+
```bash
|
|
100
|
+
pip install dragon-ml-tools[utilities]
|
|
101
|
+
```
|
|
95
102
|
|
|
96
103
|
## Usage
|
|
97
104
|
|
|
@@ -10,7 +10,7 @@ ml_tools/pytorch_models.py,sha256=Oykw02sOZLCjvSadQd64UGesBN7kq0x1EGXHusvYiQI,99
|
|
|
10
10
|
ml_tools/trainer.py,sha256=Zd7AaHeoNd8dEas2JChWoHaCUpWUVRDUMybuHaKJ0XY,16740
|
|
11
11
|
ml_tools/utilities.py,sha256=mG_--EFplfI9H7OhrWI8VkdNJtTbs4Wbz32xvcFWps8,5518
|
|
12
12
|
ml_tools/vision_helpers.py,sha256=lBAW6dzAK-HOswAt1fU_tfP9hkNLY5D8c_I_7hhEXno,7528
|
|
13
|
-
dragon_ml_toolbox-1.1.
|
|
14
|
-
dragon_ml_toolbox-1.1.
|
|
15
|
-
dragon_ml_toolbox-1.1.
|
|
16
|
-
dragon_ml_toolbox-1.1.
|
|
13
|
+
dragon_ml_toolbox-1.1.4.dist-info/METADATA,sha256=Ocgf4nXWcYO7FFubFmZ4_e7oalVtPa1r3txMn15KfSk,4282
|
|
14
|
+
dragon_ml_toolbox-1.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
dragon_ml_toolbox-1.1.4.dist-info/top_level.txt,sha256=wm-oxax3ciyez6VoO4zsFd-gSok2VipYXnbg3TH9PtU,9
|
|
16
|
+
dragon_ml_toolbox-1.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|