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

how can I implement Bayesian Boost (k-NN) and Bayesian Boost (Naïve Bayes) on rapidminer ?

faixanfaixan Member Posts: 1 Learner I
how can I implement Bayesian Boost (k-NN) and Bayesian Boost (Naïve Bayes) on rapidminer ?

Answers

  • ceaperezceaperez Member Posts: 541 Unicorn
    Hi @faixan
    The Bayesian boosting operator is a nested operator, i.e, you need to put inside the classifier  model that you want use in you analysis. This operator reweight the training set in each interaction with the information obtained in a previous interaction. 
    You have a good example in the tutorial process but in following image you can see a simple esquematic sample of boosting vs regular process.

    Best

Sign In or Register to comment.