mlbynidhi.hashnode.devI Thought L1 = Lasso. Turns Out I Was Half RightIntroduction While working on an Employee Turnover Prediction project, I ran into a confusion that almost every Machine Learning beginner faces: Is L1 the same as Lasso?If yes, why did my classification model break when I applied Lasso?And why does ...Feb 4·4 min read
mlbynidhi.hashnode.devLinear Regression: From Intuition to Implementation1. Learning Intuition Before writing any code, I focused on understanding what linear regression actually does instead of just memorizing formulas. The best fit line does not try to pass through every data point. Instead, it predicts values that wor...Jan 15·4 min read