top of page
Search


Decision Tree Made Simple
Decision Trees are a non-parametric supervised learning method used for classification and regression. The goal is to create a model that pr
Himanshu Sachdeva
Oct 2, 20204 min read
8 views
0 comments


Ridge, Lasso And ElasticNet
A regression model has to be as simple as possible, but no simpler. Simpler models are more generalizable and require fewer training...
Himanshu Sachdeva
Sep 24, 20205 min read
20 views
0 comments


Why Linear Regression Is Not So Linear
When we think of linear regression models, we imagine straight lines. Curves are associated with non linear models. Here's a catch -...
Himanshu Sachdeva
Sep 16, 20202 min read
5 views
0 comments
bottom of page