Installing Prophet R-Package in Databricks - Is there a faster way?
未关闭
- 主要语言
- Python
- 星标
- 20.4k
- 派生
- 4.6k
- 平均合并
- 19 小时 52 分钟
- 30 天内合并 PR
- 1
描述
Hi I am trying to install prophet r-package in a Databricks notebook.
Is there a faster way to do this than below? It takes 25min to install the prophet package this way.
```
Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)
remotes::install_github("jeroen/V8")
devtools::install_version("rstantools", version = "2.0.0")
install.packages('prophet')
```
贡献指南
评估
这个 Issue 还没有评估数据。