facebook / facebook/prophet

Rcpp error when using prophet::prophet() instead of library(prophet)

オープン
#285 コメント 7 件 リアクション 2 件 担当者 0 名 GitHub で見る
bug help wanted
主要言語
Python
スター
20.4k
フォーク
4.6k
平均マージ
19時間 52分
マージ済み PR(30日)
1

説明

When I don't use `library(prophet)` and instead use the fully-qualified `prophet::prophet`, I get the following in my console:

> ds <- seq(as.Date('2005-04-01'), as.Date('2005-09-03'), by='day')
x <- (1:length(ds))/length(ds)
y <- rnorm(length(ds), x * (1 - x) + 0.5, 0.1)
prophet::prophet(data.frame(ds = ds, y = y), yearly.seasonality = FALSE)

>Error in .Object$initialize(...) :
could not find function "cpp_object_initializer"
failed to create the optimizer; optimization not done
Error in matrix(m$params[[name]], nrow = n.iteration) :
'data' must be of a vector type, was 'NULL'

I'm using the latest revision from master (via `devtools::install_github('facebookincubator/prophet', subdir='R')`)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。