Create GitHub’s style contributions plot for your Time Series data

Originally published here Github contribution graph shows your repository contributions over the past year. A filled-up contribution graph is not only pleasing to the eye but points towards your hard work, too(unless if you have hacked it). The graph, though pretty, also displays considerable information regarding your performance. However, if you look closely, it is … Continue reading Create GitHub’s style contributions plot for your Time Series data

A better way to visualize Decision Trees with the dtreeviz library

An open-source package for decision tree visualization and model interpretation Originally published here It is rightly said that a picture is worth a thousand words. This axiom is equally applicable for machine learning models. If one can visualize and interpret the result, it instills more confidence in the model’s predictions. Visualizing how a machine learning … Continue reading A better way to visualize Decision Trees with the dtreeviz library