When we do machine learning project, or other scientist activities like math modeling and so on. It's unavoidable to visualize your result.
But we all know plotting is a kind of Boilerplate code. So I decided to create a repo to record the code when we need to plot.
when you are doing classification problems. You can get following plot codes:
- distribution map of labels
- distribution map of features
- heat map of given features
- learning curve
- feature importances
- ROC curve