SHAP Value UnderstandingSo the first time when I saw SHAP value was after I trained some supervised model on H2O.ai. I clicked into the MLI (Machine Learning…Jun 29, 2023Jun 29, 2023
Intro to knapsack problemKnapsack problem is a NP complete problem, and a lot of time involves dynamic programming. Most common knapsack problem is 0–1 knapsack…May 16, 2021May 16, 2021
Creating 2D Arrays in PythonTo create a 2D array in Python, I would like to discuss two ways in this blog.Feb 21, 2021Feb 21, 2021
Kundane’s algorithmA couple of weeks ago, I was solving this maximum subarray problem and came across Kundane’s algorithm. I find this algorithm practical…Feb 10, 2021Feb 10, 2021