Context-Aware Multiple Knapsack Optimization with Environmental Affinities

In this article, I present a contextual extension of the Multiple Knapsack Problem (MKP), incorporating environmental constraints such as temperature and humidity into a MILP...

   May 20, 2026     8 min read
Support Vector Machines (SVM): Intuition and Classification Explained

An introduction to Support Vector Machines (SVM), exploring concepts such as VC dimension, hyperplanes, support vectors, soft margins, the kernel trick, and multiclass classification.

   Oct 29, 2023     8 min read
How to Calculate WoE and IV: A Complete Guide for Logistic Regression

Weight of Evidence (WoE) and Information Value (IV) are metrics widely used in credit scoring, variable selection, and logistic regression modeling. These techniques are especially...

   Jun 5, 2023     8 min read
Mastering Logistic Regression: Unpacking WoE and IV Metrics for Variable Selection

Learn how to interpret Weight of Evidence (WoE) and Information Value (IV) for variable selection, predictive analysis, and logistic regression modeling.

   Apr 24, 2023     9 min read
Building a Python Function to Calculate WoE and IV

Learn how to calculate Weight of Evidence (WoE) and Information Value (IV) in Python for feature selection in logistic regression, using practical examples with the...

   Apr 9, 2023     11 min read