mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
* init * add suggested packages * use environment variables and align more with Py package * remove additional testing logic, default to lbfgs * Remove Newton specifier from test because cmdstanr expects newton Co-authored-by: Ben Letham <bletham@gmail.com>
18 lines
411 B
R
18 lines
411 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/stan_backends.R
|
|
\name{.load_model}
|
|
\alias{.load_model}
|
|
\title{Load the Prophet Stan model.}
|
|
\usage{
|
|
.load_model(backend)
|
|
}
|
|
\arguments{
|
|
\item{backend}{"rstan" or "cmdstanr".}
|
|
}
|
|
\value{
|
|
stanmodel object if backend = "rstan", CmdStanModel object if backend = "cmdstanr"
|
|
}
|
|
\description{
|
|
Load the Prophet Stan model.
|
|
}
|
|
\keyword{internal}
|