Skip to content

v3.5.0 - Add clustering method for model selection and split robyn_run()

Compare
Choose a tag to compare
@laresbernardo laresbernardo released this 01 Feb 16:04
· 1287 commits to main since this release
4b3d829

What's New in v3.5.0

  • New robyn_clusters() function to reduce the number of models to select from after Pareto front solutions are picked
  • Auto-select K clusters given a minimum WSS variance on robyn_clusters()
  • Split robyn_run() functionalities into robyn_outputs() for more control over modelings results and exporting process
  • Enabled custom prophet inputs to be used in modeling and refreshing models
  • Enabled users to use all outputs without the need of exporting results (Shiny devs)
  • New hyper_limits() helper function with permitted hyper-parameters limits
  • New quiet mode to reduce prints and messages, few recoding, and overall improvements

Full Changelog: v3.4.8...v3.5.0