v3.6.2: Allocation and plot improvements, new warnings, bugs fixed
Relevant changes on v3.6.2:
- Viz: removed redundant information on plots and standardized styles and contents on all visualizations.
- Feat: new
date_min
anddate_max
parameters onrobyn_allocator()
to pick specific date range to consider mean spend values (user request). - Feat: new
plot
methods forrobyn_allocator()
androbyn_save()
outputs, andprint
method forrobyn_inputs()
with and without hyperparameters. - Feat: provide recommendations on calibration inputs depending on the experiments' confidence, spending, and KPI measured (#307).
- Feat: warn and avoid weekly trend input when data granularity is larger than "week".
- Fix: issues on several
robyn_allocator()
specific cases (#349, #344, #345), especially when some coefficients were 0. - Fix: bug with Weibull adstock scenario (#353).
- Docs: fixed some typos, updated, and standardized internal documentation.
Commits log
- Fix jde 20211209 by @jeffedwards in #234
- Added a couple file to run the code with actual data by @jeffedwards in #235
- Jde 20211209 general and troubleshoot by @jeffedwards in #236
- quick updates by @jeffedwards in #237
- quick updates by @jeffedwards in #238
- Updated for fix object to work. Updating check conditions to work by @jeffedwards in #254
- build(deps): bump follow-redirects from 1.14.7 to 1.14.8 in /website by @dependabot in #302
- Fix by @jeffedwards in #303
- Revert "Fix" by @jeffedwards in #304
- Updated with master branch. Created new Robyn file by @jeffedwards in #305
- PR v3.6.0 by @gufengzhou in #314
- build(deps): bump url-parse from 1.5.3 to 1.5.7 in /website by @dependabot in #311
- build(deps): bump prismjs from 1.25.0 to 1.27.0 in /website by @dependabot in #326
- build(deps): bump url-parse from 1.5.7 to 1.5.10 in /website by @dependabot in #327
- Weibull testfix by @kyletgoldberg in #355
- Fix log message "Using custom prophet parameters" by @andrey-legayev in #356
- build(deps): bump minimist from 1.2.5 to 1.2.6 in /website by @dependabot in #357
- Allocation and plots improvements. Version 3.6.2 by @laresbernardo in #361
New Contributors
- @kyletgoldberg made their first contribution in #355
Full Changelog: v3.6.0...v3.6.2