ezyml 1__tar.gz → 1.2.0__tar.gz

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?
@@ -4,16 +4,20 @@
4
4
 
5
5
  From raw data to a trained model — in just one line of code.
6
6
 
7
- <a href="https://pypi.org/project/ezyml/">
8
- <img alt="PyPI" src="https://img.shields.io/pypi/v/ezyml?color=blue&label=PyPI&logo=pypi">
9
- </a>
7
+
10
8
  <a href="https://github.com/Rktim/ezyml/blob/main/LICENSE">
11
9
  <img alt="License" src="https://img.shields.io/github/license/Rktim/ezyml?color=blue">
12
10
  </a>
13
11
  <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/ezyml?logo=python&logoColor=white">
12
+
13
+
14
+ [![PyPI Downloads](https://static.pepy.tech/badge/ezyml)](https://pepy.tech/projects/ezyml)
14
15
 
15
16
  </div>
16
17
 
18
+
19
+
20
+
17
21
  ---
18
22
 
19
23
  ## 🌟 Why ezyml?
@@ -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?
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
 
7
7
  setup(
8
8
  name="ezyml",
9
- version="1",
9
+ version="1.2.0",
10
10
  author="Raktim Kalita",
11
11
  author_email="raktimkalita.ai@gmail.com",
12
12
  description="A lightweight tool to train, evaluate, and export ML models in one line.",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes