Markus Sagen

Results 37 comments of Markus Sagen

@patrickvonplaten I would like to start with T5 for pytorch and tensorflow

@ricardoV94 Here is a reproduced example using the example MMM notebook: ```python import pandas as pd # Define the data data = { 'date_week': ['2018-04-02', '2018-04-09', '2018-04-16', '2018-04-23', '2018-04-30'], 'y':...

Strange thing is though, that executing the code separatly does not seem to cause this: ```python X["date_week"].is_unique # true ```

Found the reason for why this happens! If the dataframe does not have a reset index, we still add fourier components seemingly based on the dataframe index. This means if...

@ricardoV94 Now there's a PR up solving this issue https://github.com/pymc-labs/pymc-marketing/pull/402

Having this syntax would be great for shared library code as well Is there anything one can do to help out on this issue?

Thank you @sydney-runkle Do you have any pointers for which file the changes would be placed in I've not yet worked with the internals of Pyadntic

@michevan @cahlheim Is there any open issues in particular that the project would need help with and I could work on? Would love to contribute back and learn more about...

For version 2.0, would it also be possible to read secrets from plaintext from AWS secret manager? https://github.com/tellerops/teller/issues/133

@ricardoV94 @twiecki Started working on this in PR #408 However, I encountered a minor issue and would like to get some help understanding how to solve it