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

faixan
faixan New Altair Community Member
edited November 2024 in Community Q&A
how can I implement Bayesian Boost (k-NN) and Bayesian Boost (Naïve Bayes) on rapidminer ?
Tagged:

Answers

  • Caperez
    Caperez Altair Community Member
    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