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

@@ -1,10 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dragon-ml-toolbox
3
- Version: 1.1.3
3
+ Version: 1.1.5
4
4
  Summary: A collection of tools for machine learning projects
5
5
  Author-email: Karl Loza <luigiloza@gmail.com>
6
+ License: 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: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
6
12
  Requires-Python: >=3.9
7
13
  Description-Content-Type: text/markdown
14
+ Requires-Dist: numpy
15
+ Requires-Dist: pandas
16
+ Requires-Dist: matplotlib
17
+ Requires-Dist: scikit-learn
8
18
  Provides-Extra: data-exploration
9
19
  Requires-Dist: pandas; extra == "data-exploration"
10
20
  Requires-Dist: numpy; extra == "data-exploration"
@@ -56,9 +66,6 @@ Requires-Dist: numpy; extra == "trainer"
56
66
  Requires-Dist: torch; extra == "trainer"
57
67
  Requires-Dist: matplotlib; extra == "trainer"
58
68
  Requires-Dist: scikit-learn; extra == "trainer"
59
- Provides-Extra: utilities
60
- Requires-Dist: numpy; extra == "utilities"
61
- Requires-Dist: pandas; extra == "utilities"
62
69
  Provides-Extra: vision-helpers
63
70
  Requires-Dist: Pillow; extra == "vision-helpers"
64
71
  Requires-Dist: torch; extra == "vision-helpers"
@@ -84,7 +91,7 @@ Clone the repository and install in editable mode with optional dependencies:
84
91
  ```bash
85
92
  git clone https://github.com/DrAg0n-BoRn/ML_tools.git
86
93
  cd ML_tools
87
- pip install -e '.[utilities]'
94
+ pip install -e '.[logger]'
88
95
  ```
89
96
 
90
97
  ### Via PyPI (Stable Releases)
@@ -92,7 +99,7 @@ pip install -e '.[utilities]'
92
99
  Install the latest stable release from PyPI with optional dependencies:
93
100
 
94
101
  ```bash
95
- pip install dragon-ml-tools[utilities]
102
+ pip install dragon-ml-tools[logger,trainer]
96
103
  ```
97
104
 
98
105
  ## Usage
@@ -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.3.dist-info/METADATA,sha256=MyqqyLABtlhyRpZNcct5M-lwd_FUX0mV1dea6cMzXaI,4102
14
- dragon_ml_toolbox-1.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- dragon_ml_toolbox-1.1.3.dist-info/top_level.txt,sha256=wm-oxax3ciyez6VoO4zsFd-gSok2VipYXnbg3TH9PtU,9
16
- dragon_ml_toolbox-1.1.3.dist-info/RECORD,,
13
+ dragon_ml_toolbox-1.1.5.dist-info/METADATA,sha256=_K_7q_JFPYp59j5oTjGzaAyZ06V8mV3W619N9w7GcKs,4399
14
+ dragon_ml_toolbox-1.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ dragon_ml_toolbox-1.1.5.dist-info/top_level.txt,sha256=wm-oxax3ciyez6VoO4zsFd-gSok2VipYXnbg3TH9PtU,9
16
+ dragon_ml_toolbox-1.1.5.dist-info/RECORD,,