ramp-workflow
ramp-workflow copied to clipboard
deployment and pickle
If we want to be able to deploy trained models semi-automatically (e.g., but hand-selecting the model or models), we will need to solve the pickling issue. The first problem is that pickle doesn't like imp.load_source; @mehdidc found a hack by setting