mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-17 21:10:45 +00:00
* Allow both both hoidays and append holidays Match holidays in predict and fit Add test for append_holiday features; minor fixes Add column name validation for append_holidays names; allow only one country Fix bug about holiday year different from input year and also other bugs Change function description Add append holiday feature for R * Add test for R/Pyrhon; fix bugs
21 lines
532 B
Text
21 lines
532 B
Text
# Generated by roxygen2: do not edit by hand
|
|
|
|
S3method(plot,prophet)
|
|
S3method(predict,prophet)
|
|
export(add_changepoints_to_plot)
|
|
export(add_regressor)
|
|
export(add_seasonality)
|
|
export(cross_validation)
|
|
export(dyplot.prophet)
|
|
export(fit.prophet)
|
|
export(get_holiday_names)
|
|
export(make_future_dataframe)
|
|
export(make_holidays_df)
|
|
export(performance_metrics)
|
|
export(plot_cross_validation_metric)
|
|
export(plot_forecast_component)
|
|
export(predictive_samples)
|
|
export(prophet)
|
|
export(prophet_plot_components)
|
|
import(Rcpp)
|
|
importFrom(dplyr,"%>%")
|