-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow generators to use reports without correlation matrices #289
Conversation
@@ -16,9 +16,10 @@ | |||
"The steps are:\n", | |||
"1. Generate a profile report with the Real Dataset\n", | |||
" - enable the correlation matrix and disable any unnecessary calcs\n", | |||
"2. Map the report into `synthetic_data.make_data_from_report` to generate the Synthetic Dataset\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated this to use the generators
@@ -10,25 +10,187 @@ | |||
}, | |||
{ | |||
"cell_type": "code", | |||
"execution_count": null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated this to use the generators
@@ -0,0 +1,5 @@ | |||
# setup.cfg | |||
[tool:pytest] | |||
addopts = --cov synthetic_data --cov-report term-missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shows cov on run now.
This adds: