business-science / modeltime

Modeltime unlocks time series forecast models and machine learning in one framework
https://business-science.github.io/modeltime/
Other
522 stars 79 forks source link

Prophet Boost issue #241

Open nevesjcg opened 8 months ago

nevesjcg commented 8 months ago

here was 1 warning in mutate(). ℹ In argument: object = purrr::map(call_info, eval_call_info). Caused by warning: ! The default argument of new_qual_param() is deprecated as of dials 1.1.0. ℹ The deprecated feature was likely used in the modeltime package. Please report the issue at https://github.com/business-science/modeltime/issues. This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.

toc() 15.119 sec elapsed lifecycle::last_lifecycle_warnings() list()

marcozanotti commented 8 months ago

not only in prophet boost but happens everytime using hardhat::extract_parameter_set_dials(model_spec)

mdancho84 commented 8 months ago

Will need to evaluate. Looks like some of the functions may be deprecated in dials. Have you tried the latest development version?