-
Notifications
You must be signed in to change notification settings - Fork 363
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
Cannot plot model onepager with ts_validation = False with "non-numeric argument to mathematical function" error #946
Comments
Hi, I reproduced the same error on my env with setting ts_validation = False. Will check later and get back to you. |
@yu-ya-tanaka Thank you :) Please keep me posted. Another question, once we get the best range of hyperparameter when running ts_val = TRUE, should we train 100% of data using ts_val = FALSE? And insights presented in onepager (e.g., ROI, effect share, decomposition impact) are calculated from training period only or total data point? |
For most usecases, I'd recommend to ts_validation = FALSE. Most onepager numbers are based on the entire modeling window. The training/val/test split is only for time series validation purpose. I'll let Yuya to help you with the bug. |
Hi @rupatrawut , I have found the cause, there is a problem with the API endpoint and we are fixing it now. The fix will be completed by the end of next week. |
Hi @yu-ya-tanaka. Noted with thanks :) |
Hi @rupatrawut , We fixed bug in the API endpoint file and merged updates to the main branch. Please use the latest version of endpoint file. Thanks, |
Hi @yu-ya-tanaka Many thanks :) |
Project Robyn
Describe issue
If I train Robyn model with
ts_validation
set toFalse
, everything looks fine in training phrase. I got all the output such as pareto_aggregated.csv, etc without problem.However, when calling
robyn_outputs
api via plumber, I got error message in robyn_log file as below:I also try this function but return following error.
Please note that the code can be ran without any issues, when ts_validation = True.
Environment & Robyn version
Robyn version: '3.10.5.9014'
R version: 4.3.2
Thank you for your support :)
The text was updated successfully, but these errors were encountered: