You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After LogisticRegression and LinearRegression, RandomForest is the third most visited page among models we have. And I think we'd agree that in most cases users can probably be better off using HGBT models instead. Right now users compare random forests with xgboost, while they could be using HGBT.
So my question is, should we add a message on forest/tree pages regarding HGBT, and have the statement a bit bolder than just saying "it's probably faster"?
@amueller had done quite a bit of analysis on this, maybe we could link to those?