mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
* Add metrics for model validation * Update to reflect comments on Github * Change all_metrics() implementation to more sophisticated style * Update metrics functions * Remove redundant argument * Use v0.3 files for diagnostics.R and prophet.R * Use v0.3 file for man/predict.prophet.Rd * Change the interface and do some refactoring
25 lines
540 B
Text
25 lines
540 B
Text
# Generated by roxygen2: do not edit by hand
|
|
|
|
S3method(predict,prophet)
|
|
export(add_regressor)
|
|
export(add_seasonality)
|
|
export(all_metrics)
|
|
export(cross_validation)
|
|
export(dyplot.prophet)
|
|
export(fit.prophet)
|
|
export(layer_changepoints)
|
|
export(mae)
|
|
export(make_future_dataframe)
|
|
export(mape)
|
|
export(me)
|
|
export(mpe)
|
|
export(mse)
|
|
export(plot.prophet)
|
|
export(plot_forecast_component)
|
|
export(predictive_samples)
|
|
export(prophet)
|
|
export(prophet_plot_components)
|
|
export(rmse)
|
|
export(simulated_historical_forecasts)
|
|
import(Rcpp)
|
|
importFrom(dplyr,"%>%")
|