Installs TensorFlow Probability
install_tfprobability(
method = c("auto", "virtualenv", "conda"),
conda = "auto",
version = "default",
tensorflow = "default",
extra_packages = NULL,
...
)Installation method ("virtualenv" or "conda")
Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations).
Version of Keras to install. Specify "default" to install the latest release. Otherwise specify an alternate version (e.g. "2.2.2").
TensorFlow version to install. Specify "default" to install the CPU version of the latest release. Specify "gpu" to install the GPU version of the latest release.
You can also provide a full major.minor.patch specification (e.g. "1.1.0"), appending "-gpu" if you want the GPU version (e.g. "1.1.0-gpu").
Alternatively, you can provide the full URL to an installer binary (e.g. for a nightly binary).
Additional PyPI packages to install along with Keras and TensorFlow.
Other arguments passed to tensorflow::install_tensorflow().
invisible