Hi!

According to the docs, there is no kappa in scikit-learn. However, you have two 
options:

1. Compute it from the confusion matrix:
http://scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html

2. SKLL actually implements option 1 for you:
http://skll.readthedocs.org/en/latest/_modules/skll/metrics.html

HTH
Clemens


> On Jul 14, 2015, at 14:30, Herbert Schulz <hrbrt....@gmail.com> wrote:
> 
> Hey,
> 
> is there a function in scikit-learn to get the cohen's kappa?
> 
> best,
> 
> Herb
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/_______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to