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 ------------------------------------------------------------------------------ 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
