mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-07 00:13:24 +00:00
parent
5e8e3ee958
commit
ecc0682970
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ prophet <- function(df = df,
|
|||
history = NULL
|
||||
)
|
||||
validate_inputs(m)
|
||||
class(m) <- append(class(m), "prophet")
|
||||
class(m) <- append("prophet", class(m))
|
||||
if (fit) {
|
||||
m <- fit.prophet(m, df, ...)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue