Rohit Ravi

Results 6 comments of Rohit Ravi

Perhaps the [`confidence_calcs`](https://github.com/facebookexperimental/Robyn/blob/722d1bff868ebe1664b2672b9e2c6ec659f6fc96/R/R/clusters.R#L180) function from `clusters.R` could be the solution for your issue. It returns `df_ci` which is a dataframe with confidence intervals and other statistics.

This is expected behaviour from looking at the codebase itself for [`ResponseVisualizer`](https://github.com/facebookexperimental/Robyn/blob/d37dfd839def5c7f5083e986a8895048db71b20d/python/src/robyn/visualization/response_visualizer.py#L126) where the colors are defaulted to gray unless your channels are named one of "facebook_S", "ooh_S", "print_S", "search_S",...

I had the same error message and installing jax and jaxlib versions 0.4.20 did not work for me. I have since fixed it and i'll list below the steps I...

@Jming9638 I wasn't able to recreate your issue. Did you install using pip or by cloning the repository + installing from requirements.txt? IHere's a list of steps that I used...

Where do you see the implementation of `dt.strftime` in the `FeatureEngineering` class? It looks like the [implementation](https://github.com/facebookexperimental/Robyn/blob/main/python/src/robyn/modeling/feature_engineering.py) in the current version of RobynPy 0.1.2 uses `pd.to_datetime()` to convert the date...

In the case where your media has a cost per metric of one the prices array should be set to one. I believe the example notebook does this because the...