install_nprophet: Install Neural Prophet

Description Usage Arguments Details Examples

View source: R/core-install.R

Description

Installs Neural Prophet Deep Learning Time Series Forecasting Software using reticulate::py_install().

Usage

1
install_nprophet(fresh_install = FALSE)

Arguments

fresh_install

Default: FALSE. If TRUE, this removes any previous “r-gluonts” environments, which can help in the case of errors. Caution: If you have added packages to this environment after a prior install, these packages will be removed.

Details

Options for Connecting to Python

Package Manager Support (Python Environment)

Examples

1
2
3
4
## Not run: 
install_nprophet()

## End(Not run)

AlbertoAlmuinha/neuralprophet documentation built on Dec. 17, 2021, 7:47 a.m.