quicklearnkit 0.4.1__tar.gz → 0.4.2__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.
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/PKG-INFO +3 -3
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/pyproject.toml +1 -1
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit.egg-info/PKG-INFO +3 -3
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/readme.md +2 -2
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/LICENSE +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/__init__.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/classifier.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/pipeline.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/plotting.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/quickimports.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/randomizer.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/regressor.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/split.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit/utils.py +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit.egg-info/SOURCES.txt +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit.egg-info/dependency_links.txt +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit.egg-info/requires.txt +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/quicklearnkit.egg-info/top_level.txt +0 -0
- {quicklearnkit-0.4.1 → quicklearnkit-0.4.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quicklearnkit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: Learning-first machine learning utilities library for simplified imports, sampling, splitting, and probabilistic preprocessing.
|
|
5
5
|
Author: Hazi Afrid
|
|
6
6
|
License: MIT License
|
|
@@ -40,9 +40,9 @@ Dynamic: license-file
|
|
|
40
40
|
# QuickLearnKit
|
|
41
41
|
|
|
42
42
|
[](https://pypi.org/project/quicklearnkit/)
|
|
43
|
-
|
|
43
|
+

|
|
44
44
|
[](https://quicklearnkit.readthedocs.io/en/latest/)
|
|
45
|
-
|
|
45
|
+

|
|
46
46
|
|
|
47
47
|
QuickLearnKit is a **learning-first machine learning utilities library** designed to simplify common ML workflows while preserving full control for advanced users.
|
|
48
48
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "quicklearnkit"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.2"
|
|
8
8
|
description = "Learning-first machine learning utilities library for simplified imports, sampling, splitting, and probabilistic preprocessing."
|
|
9
9
|
readme = "readme.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: quicklearnkit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: Learning-first machine learning utilities library for simplified imports, sampling, splitting, and probabilistic preprocessing.
|
|
5
5
|
Author: Hazi Afrid
|
|
6
6
|
License: MIT License
|
|
@@ -40,9 +40,9 @@ Dynamic: license-file
|
|
|
40
40
|
# QuickLearnKit
|
|
41
41
|
|
|
42
42
|
[](https://pypi.org/project/quicklearnkit/)
|
|
43
|
-
|
|
43
|
+

|
|
44
44
|
[](https://quicklearnkit.readthedocs.io/en/latest/)
|
|
45
|
-
|
|
45
|
+

|
|
46
46
|
|
|
47
47
|
QuickLearnKit is a **learning-first machine learning utilities library** designed to simplify common ML workflows while preserving full control for advanced users.
|
|
48
48
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
# QuickLearnKit
|
|
3
3
|
|
|
4
4
|
[](https://pypi.org/project/quicklearnkit/)
|
|
5
|
-
|
|
5
|
+

|
|
6
6
|
[](https://quicklearnkit.readthedocs.io/en/latest/)
|
|
7
|
-
|
|
7
|
+

|
|
8
8
|
|
|
9
9
|
QuickLearnKit is a **learning-first machine learning utilities library** designed to simplify common ML workflows while preserving full control for advanced users.
|
|
10
10
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|