🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

What will be the suitable model for predicting a binominal class (Solved)

User: "stephen5huo"
New Altair Community Member
Updated by Jocelyn
Hi, a quick questions for the model selection in Rapid Miner, I’ve got a dataset with around 100 attributes and a class label with binomial value (1 or 0). Could anyone give some suggestion of what type of data mining model will be suitable for the prediction? Is there any example/tutorial in the forum with relate to this? Many thanks!

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "MariusHelf"
    New Altair Community Member
    Hi Stephen,

    for that problem virually any model which supports binominal labels can be used, e.g. Naive Bayes, SVMs etc. We have a lot of useful introductory videos linked on our website at http://rapid-i.com

    Best regards,
    Marius
    User: "stephen5huo"
    New Altair Community Member
    OP
    Sorry jus caught this, was in holiday :)
    SVM actually works well for my dataset, many thanks!
    User: "MariusHelf"
    New Altair Community Member
    Nice to hear that. In that case you may want to optimize the C parameter of the SVM to get even better results, and also try another kernel type, most notably the rbf/radial kernel. In that case, also the gamma-parameter must be optimized. For both parameters you should try values between 0,00001 and 10000. Have a look at the Optimize Parameters (Grid) operator and the logarithmic scale option on it.

    Best,
    Marius
    User: "stephen5huo"
    New Altair Community Member
    OP
    Hi Marius,

      Many thanks for the help! could you also share some tips to find the optimize value? as I am just basiclly manual try different C value to find the optimize one, any trick to speed up this process?