powered by
Update the model description by model id in a Modeltime Table
update_model_description(object, .model_id, .new_model_desc)
A Modeltime Table
A numeric value matching the .model_id that you want to update
Text describing the new model description
# NOT RUN { m750_models %>% update_model_description(2, "PROPHET - No Regressors") # }
Run the code above in your browser using DataLab