Hacker News new | ask | show | jobs
by prog_1 608 days ago
you surely mean that both are ensemble models. RFs and GBMs differ in how they fit the data
1 comments

A GBM like XGBoost is an ensemble of trees. It may be that when you load RandomForest modules they fit based on entropy or whatever the typical DecisionTree does but imo the term “random forest” should really convey nothing more than “ensemble of trees”.

I’m saying XGBoost would be a subclass of RF