Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Import RandomForest Model

I'd like to train the model at home and then import it into Quantopian. I've seen a few older posts regarding this but didn't find any answers so thought I'd see if somebody has succesfully done this.

I'm still fairly new to python but I had this idea... If you can export the model to a file, and then use fetcher in Quantopian, can you not take the fetched file somehow and maybe convert it to a string to load into the model? This might sound pretty far fetched but figured I'd throw it out there. Anyways, looking forward to what other might have to say, thank!