facebook / facebook/prophet

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

Open
#1,857 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
20.4k
Forks
4.6k
Avg merge
19h 52m
Merged PRs (30d)
1

Description

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')
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.