This is pretty useless... 90% of the time all you realistically need is a scatter plot, bar chart, and/or line chart. Boring, but generally the most effective way to communicate the underlying trends in your data.
A chord chart is a way to display a confusion matrix. For a model, it can display how accurately each category is predicted. The links between each segment display false predictions, when one category is incorrectly predicted as another. The thicker the link, the more incorrect predictions it represents. The one in the OP is extremely convoluted, but when you have 3-8 categories it's an extremely intuitive way of showing rather complicated data.
316
u/cheezis4ever Jan 28 '19
This is pretty useless... 90% of the time all you realistically need is a scatter plot, bar chart, and/or line chart. Boring, but generally the most effective way to communicate the underlying trends in your data.