[scikit-learn] Query Regarding Model Scoring using scikit learn's joblib library

Guillaume Lemaître g.lemaitre58 at gmail.com
Tue Dec 27 18:07:46 EST 2016


I am not sure to understand your terminology. While calling joblib.load,
you actually load the RandomForestClassifier. Therefore, calling predict
from the estimator loaded with joblib is identical as using the
RandomForestClassifier which you trained at the first place.

I think that it would be much simpler if you can post snippet (short),
to illustrate your thoughts and avoid confusions.

Cheers,

On 27 December 2016 at 19:47, <mailfordebu at gmail.com> wrote:

> Hi Guillaume,
>                          And when I say that I have been able to run my
> models using joblib.load, I meant that I have run using joblib.load on a
> completely different dataset compared to the one I used for model training.
> And I got very similar result to joblib.load run as compared to the output
> from RandomForestClassifier run. Please advise on my last note accordingly.
> Cheers,
> Debu
>
> Sent from my iPhone
>
> > On 28-Dec-2016, at 12:08 AM, Debabrata Ghosh <mailfordebu at gmail.com>
> wrote:
> >
> > Guillaume
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>



-- 
Guillaume Lemaitre
INRIA Saclay - Ile-de-France
Equipe PARIETAL
guillaume.lemaitre at inria.f <guillaume.lemaitre at inria.fr>r ---
https://glemaitre.github.io/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20161228/7b08d96d/attachment.html>


More information about the scikit-learn mailing list