Install aif360 and its dependencies
1 2 3 4 5 6 7 8 9 10 |
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. Note also that since this command runs without privilege the "system" method is available only on Windows. |
conda |
The path to a |
version |
AIF360 version to install. Specify "default" to install the latest release. |
envname |
Name of Python environment to install within |
extra_packages |
Additional Python packages to install. |
restart_session |
Restart R session after installing (note this will only occur within RStudio). |
conda_python_version |
the python version installed in the created conda environment. Python 3.6 is installed by default. |
... |
other arguments passed to [reticulate::conda_install()] or [reticulate::virtualenv_install()]. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.