Pirate Treasure
November 11, 2025A post about the pirate treasure problem and how to solve it.
A post about the pirate treasure problem and how to solve it.
A post about the trimmed mean and how to create a custom scikit-learn transformer to handle missing values using the trimmed mean.
I'll begin by discussing counterfactuals example. Suppose we have a machine learning model that predicts the likelihood of a patient developing diabetes, with one of its features is the patient's glu
Decorator is one of design pattern type. It allow you to add additional functionality to your function or class. For note:this functionality should be out of scope your function, because your functio
If we want to share our jupyter notebook, but want to hide all messy code behind it, we can use the following command:
A list of docker commands to list all docker information
As developers, writing documentation can feel tedious, especially when you hit writer’s block. Here are some points that can help you create better documentation.