plotting

The Validation Curve

The Validation Curve

Tells you where to get off

424 words/2 min read
Sometimes, you need to know when to stop training your model; this curve helps you decide. Let us see the validation curve applied to an Adaboost classifier use case.
Choosing Right Colormap for Heatmap

Choosing Right Colormap for Heatmap

Improve the interpretation of a heatmap

177 words/1 min read

Heatmaps are used to visually represent correlation between various continuous features in a dataset. You can construct heatmaps and give them different colours for different values. This gives good visual appeal and makes it easier to understand.

Neat Wordcount Histograms

The convenience of horizontal histograms

230 words/2 min read

Most NLP projects require us to look at word counts in documents. The traditional way is to draw histograms with vertical bars. But, are they convenient?