How does DS-Econ work? A look at the Pipeline and Workflow behind this blog!

How I used Git Subtree to create the Code Snippet Repository - automatically!

For this blog’s series “Code Snippet Repository” I made use of git’s subtree module, nbconvert and cell tags to automatically extract python codes from jupyter notebooks and push those python scripts to the seperate csr_repo. In this post, I explain how you can setup a pipeline like this yourself! You can see a pic

Graph of Git Subtree: A is the main repo, B is the sub-repo

Read more
Implement Ploty into your Blog Posts

More Intuitive Confusion Matrices

In classification problems, we often want to assess the quality of our model beyond a simple metric like the models accuracy, especially if we have many different classes or they are of different importance to us. In this short article, I show you a more intuitive way to present the quality of your classification model - a color coded Confusion Matrix.

Read more