install_ctgan: Install CTGAN

Description Usage Arguments Details

View source: R/install.R

Description

Installs the CTGAN python package.

Usage

1
2
3
4
5
6
7
install_ctgan(
  method = c("auto", "virtualenv", "conda"),
  conda = "auto",
  envname = NULL,
  restart_session = TRUE,
  ...
)

Arguments

method

Installation method. By default, "auto" automatically finds a method that will work in the local environment.

conda

Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).

envname

Name of Python environment to install within.

restart_session

Whether to restart R session after installation.

...

Additional parameters.

Details

This model also requires Python 3, Python 2 is unsupported.


kasaai/ctgan documentation built on Feb. 19, 2020, 8:19 p.m.