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

User: "faixan"
New Altair Community Member
Updated by Jocelyn
how can I implement Bayesian Boost (k-NN) and Bayesian Boost (Naïve Bayes) on rapidminer ?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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