I have a multiclass classification problem with almost 50 classes. After I ran the models some of the classes get ver good scores (.70 and higher) and others perform badly.
What I want to do, is based on the metrics I obtain, keep only classes with good results and create a model only for them.
How can I pick the good classes out of the result of the classification report of my model?
This are the classes I want to extract and keep