install_timesfm() installs the underlying
TimesFM Python package
(PyTorch backend) into a dedicated virtualenv via
reticulate::py_install(). You only need to run it once per machine.
Arguments
- envname
Name of the virtualenv to install into. The default,
"r-timesfm", is discovered automatically by reticulate when the package loads.- ...
Additional arguments passed on to
reticulate::py_install().
See also
timesfm() to forecast once installation is complete.