-
Notifications
You must be signed in to change notification settings - Fork 384
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
[Python API] robyn_refresh endpoint not yet develop? #993
Comments
FYI, I try to save the model.json which is an input for robyn_refresh in Python using following code:
But got the MemoryError issue as below:
Which is wired because the model.json size when I ran the R code is just 20-30kb. Environment:
|
The refresh API endpoint is indeed not shipped yet. @yu-ya-tanaka do you want to have a look and talk to @ebyjose if you have time for this? |
Hi @gufengzhou, @yu-ya-tanaka thank you very much for all the support. By the way, the out-of-memory problem is solved, please ignore it. |
Hi @rupatrawut : Currently we are still focusing on having the current python-api to be a safe and prioritizing support over development of new endpoints. |
Project Robyn
Describe issue
I would like to do robyn_refresh to builds on top of an selected initial model with new coming data. However, I can't find the Python API endpoint for this function.
Is there any plan to develop this function? Or is it possible to run R function for model_refresh from Python outcome?
Environment & Robyn version
The text was updated successfully, but these errors were encountered: