2013/7/29 Wifi Gi <[email protected]>:
> Olivier,
> I know what you're referring to, but that uses the feature selector, not the
> model (with the model being a classifier like a Decision Tree or Gaussian
> Bayes). These models were saved quite a while ago, so I don't have access to
> whatever feature selector object they used.

The model without the feature selector is useless to make any
prediction. The two should always be used together, for instance by
using a Pipeline. You can pickle a complete trained pipeline using
joblib.

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

Reply via email to