Random Forest

  • Post author:
  • Post category:Uncategorized
  • Post last modified:July 27, 2023

Decision trees makes predictions based on binary splits of the data, each of these splits are called branches and they are divided based on the value of the features. On…

Continue ReadingRandom Forest

Boosting Trees

  • Post author:
  • Post category:Uncategorized
  • Post last modified:January 23, 2023

For this problem, we can break down each of the words in "Gradient Boosted Tree". This shows the interviewer that you are not only familiar with the algorithm but you…

Continue ReadingBoosting Trees