ModelOriented / Arena

Interactive XAI dashboard
https://arena.drwhy.ai
GNU General Public License v3.0
22 stars 1 forks source link

feature: Model Performance plot #3

Closed hbaniecki closed 4 years ago

hbaniecki commented 4 years ago

Usually the analysis of predictive models starts from evaluating Model Performance. Sometimes there might be no point in explaining weak models; othertimes there might be no point in comparing multiple models without knowing their performance. It would be neat to have a model_performance plot of some sort and/or be able to see tables like this: image

piotrpiatyszek commented 4 years ago

I'm implementing model performance plots right now. Take a look at the sessions below. If you have any suggestions about them or propositions for different charts, please let me know. Besides, I'm going to add a funnel plot.

Multiclass Classification: link Regression: link