ezyml 1__py3-none-any.whl → 1.2.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 ezyml might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ezyml
3
- Version: 1
3
+ Version: 1.2.0
4
4
  Summary: A lightweight tool to train, evaluate, and export ML models in one line.
5
5
  Home-page: https://github.com/Rktim/ezyml
6
6
  Author: Raktim Kalita
@@ -34,16 +34,20 @@ Dynamic: summary
34
34
 
35
35
  From raw data to a trained model — in just one line of code.
36
36
 
37
- <a href="https://pypi.org/project/ezyml/">
38
- <img alt="PyPI" src="https://img.shields.io/pypi/v/ezyml?color=blue&label=PyPI&logo=pypi">
39
- </a>
37
+
40
38
  <a href="https://github.com/Rktim/ezyml/blob/main/LICENSE">
41
39
  <img alt="License" src="https://img.shields.io/github/license/Rktim/ezyml?color=blue">
42
40
  </a>
43
41
  <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/ezyml?logo=python&logoColor=white">
42
+
43
+
44
+ [![PyPI Downloads](https://static.pepy.tech/badge/ezyml)](https://pepy.tech/projects/ezyml)
44
45
 
45
46
  </div>
46
47
 
48
+
49
+
50
+
47
51
  ---
48
52
 
49
53
  ## 🌟 Why ezyml?
@@ -0,0 +1,6 @@
1
+ ezyml-1.2.0.dist-info/licenses/LICENSE,sha256=nXS6lwSVEKkIzE9fsp6XQrJ0SYuSFDYZDIn514aGMEk,1089
2
+ ezyml-1.2.0.dist-info/METADATA,sha256=aTMFRwvaqLvoLa4AgYq32jWWAyDRkRRKed6WGFG08f8,4527
3
+ ezyml-1.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ ezyml-1.2.0.dist-info/entry_points.txt,sha256=qI_TMOukrveQBmMa7qvRtmiz196jmbuxVISYfs8-pzg,41
5
+ ezyml-1.2.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
+ ezyml-1.2.0.dist-info/RECORD,,
ezyml-1.dist-info/RECORD DELETED
@@ -1,6 +0,0 @@
1
- ezyml-1.dist-info/licenses/LICENSE,sha256=nXS6lwSVEKkIzE9fsp6XQrJ0SYuSFDYZDIn514aGMEk,1089
2
- ezyml-1.dist-info/METADATA,sha256=AiG8RBhCvuTXgnW6R5v9JIzXc-Hdc4QOLNIFbwX9nMM,4562
3
- ezyml-1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- ezyml-1.dist-info/entry_points.txt,sha256=qI_TMOukrveQBmMa7qvRtmiz196jmbuxVISYfs8-pzg,41
5
- ezyml-1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
- ezyml-1.dist-info/RECORD,,
File without changes