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
LDA (Latent Dirichlet Allocation) Operator & Gradient Boost
CraigBostonUSA
Employee-RapidMiner, Member Posts: 34 RM Team Member
I am trying to perform topic modelling , it would be great to have a native LDA (latent dirichlet allocation) operator and also a Gradient Boost Operator.
Tagged:
4
Comments
rapidminer 7.2 added Gradient Boosted Trees as a new learner
Quoted from the operator help
A gradient boosted model is an ensemble of either regression or classification tree models. Both are forward-learning ensemble methods that obtain predictive results through gradually improved estimations. Boosting is a flexible nonlinear regression procedure that helps improving the accuracy of trees. By sequentially applying weak classification algorithms to the incrementally changed data, a series of decision trees are created that produce an ensemble of weak prediction models. While boosting trees increases their accuracy, it also decreases speed and human interpretability. The gradient boosting method generalizes tree boosting to minimize these issues
There is an LDA operator in the KobRA-Projekt extension at http://kobra.tu-dortmund.de/mediawiki/index.php?title=Software. The documentation is in German.
There's a corpus linguistics plugin 1.1.1 in Marketplace that should offer LDA functionality.
LDA is an extension but not updated (see here); Gradient Boosted Trees released in RM 7.2.