The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Auto model process
micheljanos
Member Posts: 40 Maven
1. I'm trying auto model in a large dataset that takes a lot of time to process. I already know some parameters I want in the GBT model, but I cannot (don't know) acess the process because the "open process" doesn't open before the process is finished.
2. If this GBT is the XGB implementation why it takes so long?
Best,
Michel
Tagged:
0
Answers
tagging @IngoRM
Hi @micheljanos,
There exist several implementations of the GBDT family of model such as: GBM, XGBoost, LightGBM, Catboost, etc.
The GBT model in RM studio is integrated from H2O library for GBM, and as you may know training GBM is slow.
The xgboost is defintely the GBM killer but unfortunately we have not integrated into RapidMiner yet.
I am sorry for not giving you a specific and full answer about the mathematical difference between GBM and XGboost, for more details, please have a read of two papers
https://arxiv.org/pdf/1603.02754.pdf
https://statweb.stanford.edu/~jhf/ftp/trebst.pdf
All the best,
YY