What is a decision tree?
What is a decision tree?
How do you compute the weighted gini at each split?
What can Decision Trees be used for?
What is the regression problem?
What is the main hyperparameter of interest?
What are the Advantages of using decision trees?
What are some disadvantages of using decision trees?
What are the two emsemble methods we wil be looking at?
What is the Random Forest emsemble method?
What is Bootstrap sampling?
What does the Random Forest Classifier look like?
What are the key hyperparameters that need to be tuned in the Random Forest method?
What are some additional hyperparameters?
What is the Gradient Boosting ensemble method?
What form does the model take?
What are the three importants that have been made to Gradient Boosting?
What is Stochastic Gradient Boosting?
What is XGBoost?
What is Histogram-based Gradient Boosting (HGBT)