top of page
Search


What Is Random About Random Forest
Most popular in the family of ensemble models is the Random Forest: an ensemble made by the combination of a large number of decision trees.
Himanshu Sachdeva
Oct 12, 20205 min read
11 views
0 comments


Agile Story Points
In traditional software delivery methods, the estimates are measured in terms of man days or calendar days. The Agile teams use Story...
Himanshu Sachdeva
Oct 6, 20203 min read
21 views
0 comments


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
7 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
bottom of page