facebookexperimental / Robyn

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
https://facebookexperimental.github.io/Robyn/
MIT License
1.08k stars 322 forks source link

Robyn Python API error #876

Closed vinni-44 closed 7 months ago

vinni-44 commented 7 months ago

getting the below error <simpleError in !hyper_fixed: invalid argument type>

while executing the below code OutputCollect = robyn_api('robyn_outputs',payload=payload)

yu-ya-tanaka commented 7 months ago

Hi, which robyn version are you using? To run the Robyn API, you need to install Robyn library from github. Please refer to the Prerequisites section in the sample notebook. As of 2023-12-02, you can download version '3.10.5.9007' from github and it works without error you mentioned.

vinni-44 commented 7 months ago

i am using robyn version '3.10.5.9000'

ebyjose commented 7 months ago

Would it be possible to share a screenshot of the error module along with the variable which you are passing to the paylod (i.e. dictionary)

vinni-44 commented 7 months ago

its working now after updating the latest version of robyn 3.10.5.9008