-
Notifications
You must be signed in to change notification settings - Fork 364
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
Column mean_exposure
doesn't exist."
#1191
Comments
A tibble: 65 × 6DATE Call RESPONSIVE_SEARCH VIDEO_TRUEVIEW_IN_STREAM FB Conversion ℹ 55 more rowsℹ Use
|
I found the error! you need to have an organic variable column as well in the input column now for the model to run. This was not the case before, kindly look into it. |
Thanks! Will look into it. @laresbernardo would you have time for this one? |
@mahaja1 I can't reproduce your error. I can run the demo without organic using the latest version. |
I am still getting it. What options do i have? When i ran the model using traffic column, it is assigning large contribution value to traffic. I want to run it without any organic variable. |
I really need help around this. Please look into this. |
which version are you using? you can do so by running |
I wasn't able to reproduce the error either. Potentially changing a hard |
Hi team, I'm getting the same error as well. I've checked some possible solutions with Gemini but they didn't work as well. Here's the code I'm using: #Paramaters: InputCollect <- robyn_inputs( #Hyperparameters: hyper_names(adstock = InputCollect$adstock, all_media = InputCollect$all_media) #Robyn Outputs: Outputmodels <- robyn_run( This is the error I'm getting: Input data has 200 weeks in total: 2018-01-07 to 2021-10-31
|
Hey, I i came across this issue in robyn and it's not going away:
Input data has 42 weeks in total: 2023-08-14 to 2024-05-27
Initial model is built on rolling window of 42 week: 2023-08-14 to 2024-05-27
Time-series validation with train_size range of 50%-80% of the data...
Using geometric adstocking with 14 hyperparameters (14 to iterate + 0 fixed) on 15 cores
I'd really appreciate if anyone can help me out with this one.
The text was updated successfully, but these errors were encountered: