install_tfprobability {tfprobability} | R Documentation |
Installs TensorFlow Probability
Description
Installs TensorFlow Probability
Usage
install_tfprobability(
method = c("auto", "virtualenv", "conda"),
conda = "auto",
version = "default",
tensorflow = "default",
extra_packages = NULL,
...,
pip_ignore_installed = TRUE
)
Arguments
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. |
conda |
The path to a |
version |
TensorFlow version to install. Valid values include:
|
tensorflow |
Synonym for |
extra_packages |
Additional Python packages to install along with TensorFlow. |
... |
other arguments passed to |
pip_ignore_installed |
Whether pip should ignore installed python
packages and reinstall all already installed python packages. This defaults
to |
Value
invisible