You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We currently have the tabular models inside its own subpackage,
sdv.tabular
, but the relational modeling is handled by the rootsdv.SDV
class.This should be moved to a new
sdv.relational
subpackage and organized as one submodule per algorithm, following thesdv.tabular
convention. Also, while doing this change, the oldsdv.models
can be removed and replaced by the newsdv.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.The text was updated successfully, but these errors were encountered: