I have been working on an algorithm trading project where I used R to fit a random forest using historical data while the real-time trading system is in Python.
I have fitted a model I'd like to use in R and am now wondering how can I use this model for prediction purposes in the Python system.
Thanks.