Skip to content

Commit

Permalink
Add CopulaGAN Model (#202)
Browse files Browse the repository at this point in the history
* Add CopulaGAN model

* Add control over cuda device

* Curate docstrings and imports

* Add integration test for copulagan

* Update docs and tutorials

* Fix lint
  • Loading branch information
csala authored Oct 6, 2020
1 parent 7e625f0 commit bccbe9f
Show file tree
Hide file tree
Showing 20 changed files with 5,890 additions and 1,906 deletions.
16 changes: 16 additions & 0 deletions docs/api_reference/tabular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GaussianCopula
GaussianCopula.get_metadata
GaussianCopula.get_parameters
GaussianCopula.set_parameters
GaussianCopula.get_distributions
GaussianCopula.get_likelihood
GaussianCopula.save
GaussianCopula.load

Expand All @@ -32,3 +34,17 @@ CTGAN
CTGAN.get_metadata
CTGAN.save
CTGAN.load

CTGAN
~~~~~

.. autosummary::
:toctree: api/

CopulaGAN
CopulaGAN.fit
CopulaGAN.sample
CopulaGAN.get_metadata
CopulaGAN.get_distributions
CopulaGAN.save
CopulaGAN.load
Loading

0 comments on commit bccbe9f

Please sign in to comment.