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

Move relational modeling to sdv.relational #198

Closed
csala opened this issue Sep 24, 2020 · 0 comments · Fixed by #199
Closed

Move relational modeling to sdv.relational #198

csala opened this issue Sep 24, 2020 · 0 comments · Fixed by #199
Assignees
Labels
internal The issue doesn't change the API or functionality
Milestone

Comments

@csala
Copy link
Contributor

csala commented Sep 24, 2020

We currently have the tabular models inside its own subpackage, sdv.tabular, but the relational modeling is handled by the root sdv.SDV class.

This should be moved to a new sdv.relational subpackage and organized as one submodule per algorithm, following the sdv.tabular convention. Also, while doing this change, the old sdv.models can be removed and replaced by the new sdv.tabular models wherever they are being used.

The SDV class should then be adapted to use models from the new subpackage keeping an interface as close to the current one as possible.

@csala csala self-assigned this Sep 24, 2020
@csala csala added the internal The issue doesn't change the API or functionality label Sep 24, 2020
@csala csala added this to the 0.4.3 milestone Sep 24, 2020
csala added a commit that referenced this issue Sep 24, 2020
csala added a commit that referenced this issue Sep 24, 2020
csala added a commit that referenced this issue Sep 25, 2020
Movel relational models to sdv.relational (#198)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant