forked from hitsz-ids/synthetic-data-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
99e0920
commit 1edddab
Showing
17 changed files
with
262 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# SDG 统计学模型开发文档 | ||
# SDG 统计学模型开发文档 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,4 +160,3 @@ sampled = model.generate(num_rows=10) | |
[10 rows x 10 columns]}} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# using python 3.8 3.9, 3.10 | ||
setproctitle>=1.2.3 | ||
PyMySQL>=1.0.2 | ||
pandas>=1.2.4 | ||
copulas==0.9.1 | ||
dython==0.5.1 | ||
joblib>=1.2.0 | ||
numpy>=1.21.5 | ||
scikit-learn==1.2.2 | ||
torch>=2.1.0 | ||
torchvision | ||
pandas>=1.2.4 | ||
PyMySQL>=1.0.2 | ||
pytest>=7.4.3 | ||
rdt==1.6.0 | ||
joblib>=1.2.0 | ||
dython==0.5.1 | ||
scikit-learn==1.2.2 | ||
seaborn==0.11.1 | ||
# using python 3.8 3.9, 3.10 | ||
setproctitle>=1.2.3 | ||
table-evaluator>=1.4.2 | ||
copulas==0.9.1 | ||
pytest>=7.4.3 | ||
torch>=2.1.0 | ||
torchvision |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# TBD | ||
# TBD | ||
# 主要用于存放 sdg 中特有的的报错信息 | ||
|
||
|
||
class SdgxError(Exception): | ||
"""Base class for exceptions in this module.""" | ||
pass | ||
|
||
pass | ||
|
||
|
||
class NonParametricError(Exception): | ||
"""Exception to indicate that a model is not parametric.""" | ||
"""Exception to indicate that a model is not parametric.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.