calc_yardstick_metrics | wrapper for calculating metrics with yardstick functions |
check_input_data | Function verifies that the dataframe has the correcht column... |
choose_dtl_metric | The functions calcualtes one specific metric for all... |
create_forecast | Actually calls the forecast functions and applies sweep to... |
create_forecasting_dates | Creates a vector with the dates for which the forecasts... |
forecasts_prophet | Creates forecast with prophet for a dateframe. |
forecasts_timeseries | Wrapper function for forecasts from the forecast package |
get_subset | Gets a subet of n iterates of the dataset |
get_unique_iterates | Function returns a vector with the unique iterates in a... |
pipe | Pipe operator |
tf_build_forecast | Function creates a dataframe with the forecasts. The... |
tf_calc_metrics | Calculates different metrics for multiple models. |
tf_count_best_method | Counts how often each method is the best method against a... |
tf_create_model | Creates models based on ts objects. |
tf_forecast | Creates forecast for a dateframe. |
tf_get_best_method | Chooses the best method against a validation set from... |
tf_grouped_forecasts | Creates forecast for a dateframe with mutlitple timeseries... |
tf_mean_forecast | Returns a simple mean forecast for each iterate |
tf_plot_n_forecasts | The functions plots the n best or worst forecasts for a given... |
tf_plot_preds_actuals | Plots the generated forecast against the actual values for... |
tf_plot_residuals | Plots the distribtuion of the residuals of each method |
tf_prophet_grid | Gridseach for Prophetmodels. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.