Skip to main content

Posts

2025

Visualizing Bicycle Traffic in London UK
··245 words·2 mins
Leaflet Javascript Blog Data Visualization
An interactive data visualization of weekday public bicycle traffic in London UK.

2023

From Academia to Industry, a Personal Reflection
··876 words·5 mins
Academia Industry Data Science Blog
A few reflections on my journey from the world of academia to industry.
Machine Learning Zoomcamp
··745 words·4 mins
Machine Learning Deep Learning Courses Blog
How I have started my learning path into machine learning engineering.
The Beauty of Matplotlib Stylesheets
··2311 words·11 mins
Matplotlib Stylesheets Blog
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
··3653 words·18 mins
Scikit-Learn Blog
Frequently the hardest part of solving a machine learning problem is finding the right estimator for the job.

2022

Migrating to Hugo
·273 words·2 mins
Hugo Congo Blog
I’ve decided to bite the bullet and migrate my blog to Hugo.
Fuzzy String Matching for Document Standardization
··880 words·5 mins
Nlp Blog Fuzzy String Matching Deep Learning
Sometimes you need to match to a standard format text data that have below par quality because of misspellings and typos.

2020

Formatting Data for Matplotlib Axes
·215 words·2 mins
Matplotlib Blog
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.