Blog
Welcome to my blog. Here, I post texts about topics of my interest. The posts are dynamic: they might be modified in the
future.
3 minute read
In today’s rapidly evolving business landscape, risk management is more critical than ever before. As industries grow increasingly complex and interconnected...
3 minute read
In life, there are certainties like death and taxes, but there’s one more constant: risk. The COVID-19 pandemic starkly reminded us of this fact as we grappl...
11 minute read
The Traveling Salesman Problem (TSP), a captivating conundrum in mathematical optimization, has seamlessly integrated itself into a multitude of industries, ...
4 minute read
My model has a “good enough” performance, is this sufficient for deployment? This post highlights the limitations of relying solely on performance metrics wh...
6 minute read
This blog post discusses the importance of cost functions in mathematical optimization and how it applies to machine learning problems. The author argues tha...
5 minute read
In this post, I compile a cheatsheet of the main regexes that I use in my projects.
1 minute read
This is how I found out how to add a switcher to toggle between light and dark modes of minimal mistakes theme.
2 minute read
My list of reference materials containing for mathematical optimisation, based on Quora.
4 minute read
In this series of posts, we analyze how to maximize the profit of marketing campaigns using mathematical optimization techniques. In the first part, we use o...
less than 1 minute read
Mixed Integer Programming (MIP) are a form of optimization that is formulated using a combination of equations that are continous and discrete.
2 minute read
In applications you often want to take the maximum of two numbers. But the simple function
less than 1 minute read
In this blog post, I show how to plot a weighted graph using networkx.
8 minute read
<!DOCTYPE html>
less than 1 minute read
In this post I show how to use hyperopt to tune hyperparameters of classifiers.
1 minute read
Based on the machine learning canvas, I wrote down a hypothesis test canvas to clarify what hypothesis we are testing, what data is employed and how the resu...
less than 1 minute read
In this post I show how to calculate the necessary number of observations using statistical power analysis.
1 minute read
The Cantor set is a special type of set in mathematics. In this blog post, I will use it as an illustration of how my mind works, when I learning a new topic.
less than 1 minute read
Here is show how I developed a four-dimensional heatmap.
less than 1 minute read
The value_counts() function in the popular python data science library Pandas is a quick way to count the unique values in a single column otherwise known as...
less than 1 minute read
In this gist, I show how to get the latest record or a user based on a datetime column.
3 minute read
Natural language processing (NLP) is a field of study dedicated to
analyze of natural languages. In particular, using statistics and
algorithms.
less than 1 minute read
In this gist, I find what is the closest row to a given value.
less than 1 minute read
This gist contains my default settings for a Jupyter notebook as a header.
less than 1 minute read
In this gist, I calculate aggregate the datetime column according to different periods (e.g. day, week, and month)
less than 1 minute read
In this gist, I calculate the cumulative sum of the column no, based on the columns nameand day.
15 minute read
I found this post on how to sign commits with gpg on Medium, and I copied to my blog so I can keep for my records. Please, visit the original source at:
8 minute read
In this post, I present an overview of statistical tests. The goal of calculating a test statistic is to decided if the null hypothesis is true. Once value o...
3 minute read
Every quantity that is estimated from data, such as the mean or the variance, is subject to uncertainties of the measurements due to data collection. If a di...
less than 1 minute read
Welcome