Reputation: 153331
I try to train a model to classify samples into three categories: weak
, medium
, and strong
. As far as I know, the best way to do this is to use weighted kappa score
to measure the model performance. It seems weighted kappa is not implemented in scikit-learn
. How do people do with scikit-learn
for this types of classification? It is a fairly routine task.
Upvotes: 1
Views: 466