I'm loving the Quantopian research environment, but I'm running into one possible issue. I'm using sklearn classifiers on my dataset, but I'm not sure how to export or visualize it in a way that can be used elsewhere.
Typically, people use pickle to save and load sklearn fits. To my understanding, Quantopian disabled pickle in the research environment. Does anyone have any other ideas?
Is the best option to save my input data to a CSV and re-train the classifier with the data wherever else I plan on using it? It's not an ideal solution, but it may be what I have to work with.