Hacker News new | ask | show | jobs
Speeding up scikit-learn workflow using a high-performance Go proxy (ioloop.io)
18 points by cpplinuxdude 3473 days ago
1 comments

interesting. normally I just save my model in sklearn, but I like how this does the caching transparently before even building the model.