-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
model persistence documentation #1332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
+1 too |
+1 :) |
Moving just model persistence at the highest level would be a bit out of place. Moving it as a child of a top-level section would be OK, but no current section would accomodate it nicely. The most elegant thing in my opinion would be move |
Having a "Quick start" section sounds good. The two things under "tutorials" are really quite different in nature. |
At the moment, Model Persistence is just a paragraph and that's a bit small for a top-level module. Alternatively, instead of my "Quick Start" suggestion, we could indeed push it up but rename it to something like "Deploying a trained model" and explore it in more detail, like also pointing out how this could sometimes be done avoiding the scikit-learn dependency (I remember this question popping up too)? And also show some real comparison of pickling with cPickle vs joblib (timing, disk usage)? |
So what's the verdict on this issue? |
Wasn't there another tutorial that we were planning to merge? This would On Fri, Jan 11, 2013 at 2:11 PM, Jaques Grobler notifications@github.comwrote:
|
Hmm good question.. perhaps they were the external tutorials (the astro and neuroimg ones). Can't think of any other ones.. @amueller @GaelVaroquaux You guys maybe know? |
There is @ogrisel's on text processing but I think that is pretty out of date. |
The narrative doc on text feature expression is now good enough even though it does not feature how to pipeline it with a classifier (but there is an example). |
OT @ogrisel the tutorial is still online and uses an old api, right? maybe you should take it down. I got questions about it on IRC recently. |
Reassigned to next release as I don't really see a consent. |
I will open a new issue to reintegrate / update the text data processing part of the tutorial into a new tutorial section in the scikit-learn narrative documentation. The rest of the tutorial can be dropped as redundant. |
Thanks :) |
retagging 0.14 |
No progress. Retagging. |
i guess i can do a PR for this. |
Fixed by #3317 |
How to save a model (i.e., model persistence) used to be a sub-section of the tutorial and visible directly from the homepage. But since now it's become a sub-sub-section, it's not visible anymore.
Since it's a very common need it would be nice to make it more prominent. Maybe a section of its own?
The text was updated successfully, but these errors were encountered: