soft404
soft404 copied to clipboard
Do not store pickled classifier
Right now it's stored with joblib, and manages to work with python 2.7, but still it would be better to store just the weights. With the current pipeline it's not too hard to do.