I have been using zipline to run very long and repeated training events for a neural network. What I'd like to do, now that I have one trained, is bring it into the Quantopian universe. I have the network saved on dropbox at the moment, having used pickle to generate the file.
I Don't see pickle among the supported modules, so I guess that would be the first request. Is there a way to load a file from an external source other than fetcher? Or does fetcher somehow also support non csv data?