dataforge-ml 0.4.0__tar.gz → 0.5.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.
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/PKG-INFO +3 -1
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/pyproject.toml +3 -1
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml.egg-info/PKG-INFO +3 -1
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml.egg-info/requires.txt +2 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/LICENSE +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/README.md +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/setup.cfg +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/__init__.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/models/__init__.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/models/_data_structure.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/models/_data_types.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/__init__.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_base.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_boolean_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_boolean_profiler.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_categorical.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_categorical_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_correlation_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_correlation_profiler.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_datetime_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_datetime_profiler.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_missingness_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_missingness_profiler.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_numeric_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_numeric_profiler.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_tabular.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_target_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_target_profiler.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_text_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_text_profiler.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_type_detector.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/structural.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/splitting/__init__.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/splitting/_config.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/splitting/_splitter.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/utils/__init__.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/utils/data_loader.py +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml.egg-info/SOURCES.txt +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml.egg-info/dependency_links.txt +0 -0
- {dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dataforge-ml
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: A automated feature engineering and designing pipeline library
|
|
5
5
|
License: MIT
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -15,6 +15,8 @@ Requires-Dist: polars>=1.0.0
|
|
|
15
15
|
Requires-Dist: scikit-learn>=1.0.0
|
|
16
16
|
Requires-Dist: scipy>=1.10.0
|
|
17
17
|
Requires-Dist: numpy>=2.0.0
|
|
18
|
+
Requires-Dist: pandas>=2.0.0
|
|
19
|
+
Requires-Dist: chardet>=5.0.0
|
|
18
20
|
Provides-Extra: dev
|
|
19
21
|
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
20
22
|
Dynamic: license-file
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "dataforge-ml"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.5.0"
|
|
8
8
|
description = "A automated feature engineering and designing pipeline library"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -21,6 +21,8 @@ dependencies = [
|
|
|
21
21
|
"scikit-learn>=1.0.0",
|
|
22
22
|
"scipy>=1.10.0",
|
|
23
23
|
"numpy>=2.0.0",
|
|
24
|
+
"pandas>=2.0.0",
|
|
25
|
+
"chardet>=5.0.0",
|
|
24
26
|
]
|
|
25
27
|
|
|
26
28
|
[project.optional-dependencies]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dataforge-ml
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: A automated feature engineering and designing pipeline library
|
|
5
5
|
License: MIT
|
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -15,6 +15,8 @@ Requires-Dist: polars>=1.0.0
|
|
|
15
15
|
Requires-Dist: scikit-learn>=1.0.0
|
|
16
16
|
Requires-Dist: scipy>=1.10.0
|
|
17
17
|
Requires-Dist: numpy>=2.0.0
|
|
18
|
+
Requires-Dist: pandas>=2.0.0
|
|
19
|
+
Requires-Dist: chardet>=5.0.0
|
|
18
20
|
Provides-Extra: dev
|
|
19
21
|
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
20
22
|
Dynamic: license-file
|
|
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
|
{dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_correlation_profiler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dataforge_ml-0.4.0 → dataforge_ml-0.5.0}/src/dataforge_ml/profiling/_missingness_profiler.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|