Oliver,
I am well aware that joblib does the saving TO DISK, but if the model is
not saved (or stored, if you prefer that term) in the Pipeline data
structure, it doesn't help me to write that data structure to disk. My
question was whether the estimator in the Pipeline is the fitted classifier
or simply an instance of the class with no training.

On Tue, Jul 30, 2013 at 12:22 PM, <
[email protected]> wrote:

> Send Scikit-learn-general mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Scikit-learn-general digest..."
>
>
> Today's Topics:
>
>    1. Re: Trouble Using Cross Validation (Andreas Mueller)
>    2. Re: Finding the Features a Model Used? (Olivier Grisel)
>    3. KDTree/BallTree surprising benchmark results (Gael Varoquaux)
>    4. Why can cross validation not return multiple      values? (Wifi Gi)
>    5. Re: KDTree/BallTree surprising benchmark  results (Olivier Grisel)
>    6. Re: Why can cross validation not return multiple values?
>       (Andreas Mueller)
>    7. Re: KDTree/BallTree surprising benchmark  results
>       (Jacob Vanderplas)
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 30 Jul 2013 18:32:55 +0200
> From: Olivier Grisel <[email protected]>
> Subject: Re: [Scikit-learn-general] Finding the Features a Model Used?
> To: scikit-learn-general <[email protected]>
> Message-ID:
>         <
> cafve7k42xmaw_nzrafrh_ezlcweef_lcfx5zaochzkws3ds...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> 2013/7/30 Wifi Gi <[email protected]>:
> > Gael,
> > Ok, thanks for letting me know.
> >
> > Oliver,
> > Do those Pipeline objects save the fitted models or do they just save the
> > steps that were taken? I can't really tell from the documentation.
>
> The Pipeline does not save anything, `joblib.dump` does. As joblib can
> pickle nested datastructures it will dump the estimators wrapped in a
> pipeline datastructure (that is the content of the step attribute).
>
> --
> Olivier
> http://twitter.com/ogrisel - http://github.com/ogrisel
>
>
>
> ------------------------------
>
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
> End of Scikit-learn-general Digest, Vol 42, Issue 103
> *****************************************************
>
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to