facebook / facebook/prophet

Installing Prophet R-Package in Databricks - Is there a faster way?

未关闭
#1,857 7 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。