Merging or cascading classifiers

User: "nawafpower"
New Altair Community Member
Updated by Jocelyn
I wonder if I can use more than one classifier on the same data for classification, whether cascading or merging? if this is a possibility please anybody let me know. and can I see the exact code of my model?

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "IngoRM"
    New Altair Community Member
    Hi,

    yes, you can use the meta learners for exactly this. Try things like Stacking, Bagging or Boosting. We also have some hierarchical classifiers here but I am not sure if they are part of the Community Edition.

    and can I see the exact code of my model?
    What do you mean?

    Cheers,
    Ingo
    User: "nawafpower"
    New Altair Community Member
    OP
    Like if I need to modify some parts of the algorithm lets say to check if it does better for my data? can I do that?
    And how does the bagging work? Do I have to drag more than one classifier inside? can you gave me an example?
    Thanks
    User: "nawafpower"
    New Altair Community Member
    OP
    Hi Mr. Ingo,
    Did you get the chance to read my reply on your question? I hope that you can get me with any helpful reply soon  ;)
    User: "earmijo"
    New Altair Community Member
    The best (probably the only) way to learn to use RapidMiner is to go through the examples in the REpository Samples. For instance you can find examples of Bagging, Boosting, Stacking in the Folder Sample/Processes/Learner. Play with them.
    User: "nawafpower"
    New Altair Community Member
    OP
    thanks earmijo