Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix log message "Using custom prophet parameters" #356

Conversation

andrey-legayev
Copy link
Contributor

Project Robyn

When I submit custom Prophet parameters to robyn_input() as shown below:

InputCollect <- robyn_inputs(
  ...
  , seasonality.mode = "multiplicative"
  ...
)

Actual result
I see following log message without any custom parameters:
Using custom prophet parameters:

Expected result
Using custom prophet parameters: seasonality.mode

Pls review this tiny fix for the log message.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

I run fixed version of Robyn as part of our internal project - everything works fine, log message looks as it should be.
No other issues observed.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 23, 2022
@laresbernardo
Copy link
Collaborator

Good catch. Thanks for the fix @andrey-legayev

@laresbernardo laresbernardo merged commit e4a5af8 into facebookexperimental:main Mar 23, 2022
laresbernardo added a commit that referenced this pull request Mar 23, 2022
@andrey-legayev andrey-legayev deleted the fix-prophet-params-log-message branch March 24, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants