Skip to main content
Background Image

Blog

Visualizing Bicycle Traffic in London UK
··244 words·2 mins
An interactive data visualization of weekday public bicycle traffic in London UK.
From Academia to Industry, a Personal Reflection
··876 words·5 mins
A few reflections on my journey from the world of academia to industry.
Machine Learning Zoomcamp
··735 words·4 mins
How I have started my learning path into machine learning engineering.
The Beauty of Matplotlib Stylesheets
··2306 words·11 mins
After reading an article on the effectiveness of Matplotlib stylesheets, I’ve decided to create my own custom stylesheets.
How to Choose the Right Estimator
··3642 words·18 mins
Frequently the hardest part of solving a machine learning problem is finding the right estimator for the job.
Migrating to Hugo
·267 words·2 mins
I’ve decided to bite the bullet and migrate my blog to Hugo.
Fuzzy String Matching for Document Standardization
··870 words·5 mins
Sometimes you need to match to a standard format text data that have below par quality because of misspellings and typos.
Formatting Data for Matplotlib Axes
·215 words·2 mins
A simple but useful feature for data visualization in plots is to format the axes accoring to the units of the attributes you are working with, which could just be metric units, currency units or similar.