Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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.