dragon-ml-toolbox 1.1.4__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,15 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dragon-ml-toolbox
3
- Version: 1.1.4
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
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
7
9
  Classifier: Programming Language :: Python :: 3
8
10
  Classifier: License :: OSI Approved :: MIT License
9
11
  Classifier: Operating System :: OS Independent
10
12
  Requires-Python: >=3.9
11
13
  Description-Content-Type: text/markdown
12
14
  Requires-Dist: numpy
15
+ Requires-Dist: pandas
16
+ Requires-Dist: matplotlib
17
+ Requires-Dist: scikit-learn
13
18
  Provides-Extra: data-exploration
14
19
  Requires-Dist: pandas; extra == "data-exploration"
15
20
  Requires-Dist: numpy; extra == "data-exploration"
@@ -61,9 +66,6 @@ Requires-Dist: numpy; extra == "trainer"
61
66
  Requires-Dist: torch; extra == "trainer"
62
67
  Requires-Dist: matplotlib; extra == "trainer"
63
68
  Requires-Dist: scikit-learn; extra == "trainer"
64
- Provides-Extra: utilities
65
- Requires-Dist: numpy; extra == "utilities"
66
- Requires-Dist: pandas; extra == "utilities"
67
69
  Provides-Extra: vision-helpers
68
70
  Requires-Dist: Pillow; extra == "vision-helpers"
69
71
  Requires-Dist: torch; extra == "vision-helpers"
@@ -89,7 +91,7 @@ Clone the repository and install in editable mode with optional dependencies:
89
91
  ```bash
90
92
  git clone https://github.com/DrAg0n-BoRn/ML_tools.git
91
93
  cd ML_tools
92
- pip install -e '.[utilities]'
94
+ pip install -e '.[logger]'
93
95
  ```
94
96
 
95
97
  ### Via PyPI (Stable Releases)
@@ -97,7 +99,7 @@ pip install -e '.[utilities]'
97
99
  Install the latest stable release from PyPI with optional dependencies:
98
100
 
99
101
  ```bash
100
- pip install dragon-ml-tools[utilities]
102
+ pip install dragon-ml-tools[logger,trainer]
101
103
  ```
102
104
 
103
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.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,,
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,,