Oskar Triebe

Results 81 comments of Oskar Triebe

Hi @FBonke Thank you for filing this issue. Can you please provide a more minimal code example to reproduce the issue? Thank you

Hi @FBonke Thank you for clarifying this. From what I can see, this is what may be happening: - Your events occur over a 24hour window. - You specify a...

@FBonke Sorry to hear that it did not resolve it. If you share a more minimal piece of code that I can run myself to reproduce the issue, I can...

> If you need anything just let me know Thanks! Do you mind also including the data or another dataset that I can use to reproduce? thank you

Please make a new PR on this repo: https://github.com/ourownstory/test-of-time Thank you!

This may have to do with seasonality not being multiplied with trend and then un-normalized. Proper solution would be to do away with the component-wise function and merge it with...

Looking forward to your pull request @mekriti! Here are a few resources for you: * Contributing to a project by forking, then adding a pull request: https://github.com/ourownstory/swiss-cheese/blob/master/git_best_practices.md * fbprophet add_regressor...

This PR currently lacks some documentation and test cases, but still has potential to be merged.

based on our conversation's new logic: for all components (except trend) - multiply with scale Then, for all multiplicative terms: - multiply with (raw/normalized) trend Finally - multiply trend with...