aniketmaurya / chitra

A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.

Home Page:https://chitra.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plot confusion matrix

aniketmaurya opened this issue · comments

Is your feature request related to a problem? Please describe.

There should be a way to plot confusion matrix easily

Describe the solution you'd like

from chitra.plot import confusion_matrix
confusion_matrix(y_truth, y_pred)

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.