Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature support for DataFrameConnector, NormalizedFrequencyEncoder & NormalizedLabelEncoder; CTGAN Optimization and Performance Enhancements. #247

Merged
merged 67 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
99f6080
1
cyantangerine Sep 25, 2024
f8b070b
q
cyantangerine Sep 26, 2024
570f9f0
1
cyantangerine Sep 27, 2024
bae8da9
1
cyantangerine Sep 28, 2024
245176f
test
cyantangerine Sep 28, 2024
7cc70bb
可选encoder
cyantangerine Oct 9, 2024
03af873
进度说明
cyantangerine Oct 9, 2024
d98f948
修复bug,归一化
cyantangerine Oct 9, 2024
b76ed1b
100k
cyantangerine Oct 10, 2024
db2cc72
100k
cyantangerine Oct 10, 2024
fe3b912
1ktest
cyantangerine Oct 14, 2024
69f2bcc
1ktest
cyantangerine Oct 15, 2024
5eb9252
1ktest
cyantangerine Oct 16, 2024
9dc32e3
1ktest
cyantangerine Oct 16, 2024
486bbbf
test
cyantangerine Oct 23, 2024
e54a969
1
cyantangerine Oct 23, 2024
a97c839
1ktest
cyantangerine Oct 24, 2024
31489ad
1ktest
cyantangerine Oct 24, 2024
817b4a3
1
cyantangerine Oct 25, 2024
3b004fb
test
cyantangerine Oct 30, 2024
aecefb5
1ktest
cyantangerine Nov 4, 2024
db01439
Rfecv
cyantangerine Nov 19, 2024
7abc859
Rfecv
cyantangerine Nov 21, 2024
877afa4
Rfecv
cyantangerine Nov 22, 2024
32324c8
Rfecv
cyantangerine Nov 22, 2024
cc99035
1
cyantangerine Nov 22, 2024
2902d63
Merge branch 'refs/heads/ref'
cyantangerine Nov 22, 2024
9003162
param
cyantangerine Nov 22, 2024
ed4f937
test
cyantangerine Nov 22, 2024
6dedad7
test
cyantangerine Nov 22, 2024
0ef57e1
test
cyantangerine Nov 22, 2024
5cb94f1
test
cyantangerine Nov 23, 2024
d0d1c6b
test
cyantangerine Nov 23, 2024
64259dc
test
cyantangerine Nov 26, 2024
6c4399b
remove unused
cyantangerine Nov 26, 2024
35c8770
test
cyantangerine Nov 26, 2024
2198cbf
batched
cyantangerine Nov 26, 2024
9258a4d
remove
cyantangerine Nov 26, 2024
e2503c9
Update dataframe_connector.py
cyantangerine Nov 26, 2024
bb98279
fix typo
cyantangerine Nov 26, 2024
718b981
fix
cyantangerine Nov 26, 2024
6b51f28
fix
cyantangerine Nov 26, 2024
6551756
Update data_transformer.py
cyantangerine Nov 26, 2024
226ddc5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 26, 2024
7b6f414
fix
cyantangerine Nov 26, 2024
fb008de
Merge branch 'main' of https://github.com/cyantangerine/synthetic-dat…
cyantangerine Nov 26, 2024
3d9af8f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 26, 2024
1ee0b35
fix
cyantangerine Nov 27, 2024
c4805f1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 27, 2024
7ab27b7
test
cyantangerine Nov 27, 2024
6e05343
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 27, 2024
25d6809
fix
cyantangerine Nov 28, 2024
a47ba97
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 28, 2024
2c7a565
doc
cyantangerine Nov 29, 2024
b780806
fix
cyantangerine Nov 29, 2024
bdc49b9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 29, 2024
ff4dd28
Update .gitignore
cyantangerine Nov 30, 2024
d1263e9
Merge branch 'main' of https://github.com/cyantangerine/synthetic-dat…
cyantangerine Nov 30, 2024
1ef7853
Update sdgx/data_connectors/dataframe_connector.py
cyantangerine Dec 1, 2024
1954a8b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 1, 2024
9f20031
fix
cyantangerine Dec 1, 2024
96b6eac
Merge branch 'main' of https://github.com/cyantangerine/synthetic-dat…
cyantangerine Dec 1, 2024
1813c2e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 1, 2024
0822085
fix
cyantangerine Dec 1, 2024
1ea834a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 1, 2024
f4fb756
update document
cyantangerine Dec 1, 2024
2f521ac
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
.run/

# End of https://www.toptal.com/developers/gitignore/api/macos,emacs,python

Expand Down
1 change: 1 addition & 0 deletions docs/source/user_guides/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ So you can modify the metadata of your dataset before fit model.
from sdgx.data_models.metadata import Metadata
metadata = Metadata.from_dataframe(df)

Click `here <https://github.com/hitsz-ids/synthetic-data-generator/blob/main/example/sdgx_example_metadata.ipynb>`_ to find more examples for metadata.

Use :ref:`Synthesizer <Synthesizer>` to generate synthetic data
---------------------------------------------------------------------------------
Expand Down
Loading