Correlations are like two peas in a pod - they just can’t be separated. In machine learning, correlations are like the secret ingredient that makes our models stand out. They help us identify patterns and relationships between features, and guide us in selecting the most relevant variables to predict our...
[Read More]
Machine Learning - Demolished!
Logistic Regression Demolished!
Logistic regression is a powerful and versatile statistical technique that has been widely used in various fields, including machine learning, statistics, and social sciences. It is a simple yet effective method for modeling the relationship between a binary response variable and one or more predictor variables.
[Read More]
Machine Learning - Demolished!
Linear Regression Demolished!
Having a passion for mathematics, I was delighted to find out that Machine Learning models are using algebra under their hoods. As a result, I decided to create this mini-blog series called “Machine Learning” demolished! The purpose of the blogs is for me to refresh my memory on the optimisation...
[Read More]
MLOps to the rescue!
Model, stop misbehaving!
Going back to my early days in data science, I was so excited to get my hands on raw data, curate it and feed it to my machine learning model! I felt like I was hacking the world - especially when I was getting unrealistically high “accuracy” metrics!
[Read More]
A coding challenge for a happy 2021
Sherlock to the rescue!
Sherlock considers a string to be valid if all characters of the string appear the same number of times. It is also valid if he can remove just 1 character at 1 index in the string, and the remaining characters will occur the same number of times.
[Read More]