sdv 1.38.3.dev0__tar.gz → 1.38.4.dev0__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.
- {sdv-1.38.3.dev0/sdv.egg-info → sdv-1.38.4.dev0}/PKG-INFO +2 -2
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/pyproject.toml +2 -2
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/__init__.py +1 -1
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/evaluation/evaluation.py +12 -2
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/evaluation/multi_table.py +12 -2
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/evaluation/single_table.py +12 -2
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0/sdv.egg-info}/PKG-INFO +2 -2
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv.egg-info/requires.txt +1 -1
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/LICENSE +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/README.md +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/_utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/_errors.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/_utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/base.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/fixed_combinations.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/fixed_increments.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/inequality.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/one_hot_encoding.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/programmable_constraint.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/cag/range.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/constraints/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/constraints/base.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/constraints/errors.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/constraints/tabular.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/constraints/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/data_processing/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/data_processing/data_processor.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/data_processing/datetime_formatter.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/data_processing/errors.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/data_processing/numerical_formatter.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/data_processing/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/datasets/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/datasets/_utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/datasets/demo.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/datasets/local.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/errors.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/evaluation/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/evaluation/_utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/evaluation/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/io/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/io/local/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/io/local/local.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/lite/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/lite/single_table.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/logging/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/logging/logger.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/logging/sdv_logger_config.yml +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/logging/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/errors.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/metadata.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/metadata_upgrader.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/multi_table.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/single_table.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metadata/visualization.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metrics/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metrics/demos.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metrics/relational.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metrics/tabular.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/metrics/timeseries.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/multi_table/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/multi_table/base.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/multi_table/dayz.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/multi_table/hma.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/multi_table/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/sampling/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/sampling/hierarchical_sampler.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/sampling/independent_sampler.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/sampling/tabular.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/sequential/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/sequential/par.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/single_table/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/single_table/base.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/single_table/copulagan.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/single_table/copulas.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/single_table/ctgan.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/single_table/dayz.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/single_table/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/utils/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/utils/mixins.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/utils/poc.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/utils/utils.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv/version/__init__.py +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv.egg-info/SOURCES.txt +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv.egg-info/dependency_links.txt +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv.egg-info/entry_points.txt +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/sdv.egg-info/top_level.txt +0 -0
- {sdv-1.38.3.dev0 → sdv-1.38.4.dev0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sdv
|
|
3
|
-
Version: 1.38.
|
|
3
|
+
Version: 1.38.4.dev0
|
|
4
4
|
Summary: Generate synthetic data for single table, multi table and sequential data
|
|
5
5
|
Author-email: "DataCebo, Inc." <info@sdv.dev>
|
|
6
6
|
License-Expression: BUSL-1.1
|
|
@@ -48,7 +48,7 @@ Requires-Dist: deepecho>=0.7.0; python_version < "3.14"
|
|
|
48
48
|
Requires-Dist: deepecho>=0.8.0; python_version >= "3.14"
|
|
49
49
|
Requires-Dist: rdt>=1.18.2; python_version < "3.14"
|
|
50
50
|
Requires-Dist: rdt>=1.20.0; python_version >= "3.14"
|
|
51
|
-
Requires-Dist: sdmetrics>=0.
|
|
51
|
+
Requires-Dist: sdmetrics>=0.32.0
|
|
52
52
|
Requires-Dist: platformdirs>=4.0
|
|
53
53
|
Requires-Dist: pyyaml>=6.0.1
|
|
54
54
|
Provides-Extra: excel
|
|
@@ -46,7 +46,7 @@ dependencies = [
|
|
|
46
46
|
"deepecho>=0.8.0;python_version>='3.14'",
|
|
47
47
|
"rdt>=1.18.2;python_version<'3.14'",
|
|
48
48
|
"rdt>=1.20.0;python_version>='3.14'",
|
|
49
|
-
"sdmetrics>=0.
|
|
49
|
+
"sdmetrics>=0.32.0",
|
|
50
50
|
'platformdirs>=4.0',
|
|
51
51
|
'pyyaml>=6.0.1',
|
|
52
52
|
]
|
|
@@ -149,7 +149,7 @@ namespaces = false
|
|
|
149
149
|
version = {attr = 'sdv.__version__'}
|
|
150
150
|
|
|
151
151
|
[tool.bumpversion]
|
|
152
|
-
current_version = "1.38.
|
|
152
|
+
current_version = "1.38.4.dev0"
|
|
153
153
|
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
|
|
154
154
|
serialize = [
|
|
155
155
|
'{major}.{minor}.{patch}.{release}{candidate}',
|
|
@@ -69,7 +69,12 @@ def evaluate_quality(real_data, synthetic_data, metadata, verbose=True):
|
|
|
69
69
|
metadata=metadata,
|
|
70
70
|
)
|
|
71
71
|
quality_report = QualityReport()
|
|
72
|
-
quality_report.generate(
|
|
72
|
+
quality_report.generate(
|
|
73
|
+
real_data=real_data,
|
|
74
|
+
synthetic_data=synthetic_data,
|
|
75
|
+
metadata=metadata.to_dict(),
|
|
76
|
+
verbose=verbose,
|
|
77
|
+
)
|
|
73
78
|
return quality_report
|
|
74
79
|
|
|
75
80
|
|
|
@@ -98,5 +103,10 @@ def run_diagnostic(real_data, synthetic_data, metadata, verbose=True):
|
|
|
98
103
|
metadata=metadata,
|
|
99
104
|
)
|
|
100
105
|
diagnostic_report = DiagnosticReport()
|
|
101
|
-
diagnostic_report.generate(
|
|
106
|
+
diagnostic_report.generate(
|
|
107
|
+
real_data=real_data,
|
|
108
|
+
synthetic_data=synthetic_data,
|
|
109
|
+
metadata=metadata.to_dict(),
|
|
110
|
+
verbose=verbose,
|
|
111
|
+
)
|
|
102
112
|
return diagnostic_report
|
|
@@ -27,7 +27,12 @@ def _evaluate_quality(real_data, synthetic_data, metadata, verbose=True):
|
|
|
27
27
|
Multi table quality report object.
|
|
28
28
|
"""
|
|
29
29
|
quality_report = QualityReport()
|
|
30
|
-
quality_report.generate(
|
|
30
|
+
quality_report.generate(
|
|
31
|
+
real_data=real_data,
|
|
32
|
+
synthetic_data=synthetic_data,
|
|
33
|
+
metadata=metadata.to_dict(),
|
|
34
|
+
verbose=verbose,
|
|
35
|
+
)
|
|
31
36
|
return quality_report
|
|
32
37
|
|
|
33
38
|
|
|
@@ -50,7 +55,12 @@ def _run_diagnostic(real_data, synthetic_data, metadata, verbose=True):
|
|
|
50
55
|
Multi table diagnostic report object.
|
|
51
56
|
"""
|
|
52
57
|
diagnostic_report = DiagnosticReport()
|
|
53
|
-
diagnostic_report.generate(
|
|
58
|
+
diagnostic_report.generate(
|
|
59
|
+
real_data=real_data,
|
|
60
|
+
synthetic_data=synthetic_data,
|
|
61
|
+
metadata=metadata.to_dict(),
|
|
62
|
+
verbose=verbose,
|
|
63
|
+
)
|
|
54
64
|
return diagnostic_report
|
|
55
65
|
|
|
56
66
|
|
|
@@ -33,7 +33,12 @@ def _evaluate_quality(real_data, synthetic_data, metadata, verbose=True):
|
|
|
33
33
|
synthetic_data = {table_name: synthetic_data}
|
|
34
34
|
|
|
35
35
|
quality_report = QualityReport()
|
|
36
|
-
quality_report.generate(
|
|
36
|
+
quality_report.generate(
|
|
37
|
+
real_data=real_data,
|
|
38
|
+
synthetic_data=synthetic_data,
|
|
39
|
+
metadata=metadata.to_dict(),
|
|
40
|
+
verbose=verbose,
|
|
41
|
+
)
|
|
37
42
|
return quality_report
|
|
38
43
|
|
|
39
44
|
|
|
@@ -60,7 +65,12 @@ def _run_diagnostic(real_data, synthetic_data, metadata, verbose=True):
|
|
|
60
65
|
real_data = {table_name: real_data}
|
|
61
66
|
synthetic_data = {table_name: synthetic_data}
|
|
62
67
|
|
|
63
|
-
diagnostic_report.generate(
|
|
68
|
+
diagnostic_report.generate(
|
|
69
|
+
real_data=real_data,
|
|
70
|
+
synthetic_data=synthetic_data,
|
|
71
|
+
metadata=metadata.to_dict(),
|
|
72
|
+
verbose=verbose,
|
|
73
|
+
)
|
|
64
74
|
return diagnostic_report
|
|
65
75
|
|
|
66
76
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sdv
|
|
3
|
-
Version: 1.38.
|
|
3
|
+
Version: 1.38.4.dev0
|
|
4
4
|
Summary: Generate synthetic data for single table, multi table and sequential data
|
|
5
5
|
Author-email: "DataCebo, Inc." <info@sdv.dev>
|
|
6
6
|
License-Expression: BUSL-1.1
|
|
@@ -48,7 +48,7 @@ Requires-Dist: deepecho>=0.7.0; python_version < "3.14"
|
|
|
48
48
|
Requires-Dist: deepecho>=0.8.0; python_version >= "3.14"
|
|
49
49
|
Requires-Dist: rdt>=1.18.2; python_version < "3.14"
|
|
50
50
|
Requires-Dist: rdt>=1.20.0; python_version >= "3.14"
|
|
51
|
-
Requires-Dist: sdmetrics>=0.
|
|
51
|
+
Requires-Dist: sdmetrics>=0.32.0
|
|
52
52
|
Requires-Dist: platformdirs>=4.0
|
|
53
53
|
Requires-Dist: pyyaml>=6.0.1
|
|
54
54
|
Provides-Extra: excel
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|