update_model_description: Update the model description by model id in a Modeltime Table

View source: R/helpers-modeltime_table.R

update_model_descriptionR Documentation

Update the model description by model id in a Modeltime Table

Description

The update_model_description() and update_modeltime_description() functions are synonyms.

Usage

update_model_description(object, .model_id, .new_model_desc)

update_modeltime_description(object, .model_id, .new_model_desc)

Arguments

object

A Modeltime Table

.model_id

A numeric value matching the .model_id that you want to update

.new_model_desc

Text describing the new model description

See Also

  • combine_modeltime_tables(): Combine 2 or more Modeltime Tables together

  • add_modeltime_model(): Adds a new row with a new model to a Modeltime Table

  • drop_modeltime_model(): Drop one or more models from a Modeltime Table

  • update_modeltime_description(): Updates a description for a model inside a Modeltime Table

  • update_modeltime_model(): Updates a model inside a Modeltime Table

  • pull_modeltime_model(): Extracts a model from a Modeltime Table

Examples


m750_models %>%
    update_modeltime_description(2, "PROPHET - No Regressors")


modeltime documentation built on Sept. 2, 2023, 5:06 p.m.