🎉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

Working of Naive Bayes Algorithm in Rapid Miner

User: "kshitijakarkar"
New Altair Community Member
Updated by Jocelyn

Hello,

This might be easy but since I am new to RapidMiner any help will be appreciated. I am working with predicting results of a dataset using rapidMiner. I saw some youtube videos which showed x% validation that divides data in training set and apply model. I got that part. Rapid miner  requires me to set label in the dataset ? What is this label? It also has restriction that label cannot be numeric. I am working with student data to predict success rate. How should I set label? How should I select attributes that maps to success rate. I am stuck at the point where I need to give proper input to Naive Bayes which gives me result that makes sense.I dont understand the criterion of performance vector.

Find more posts tagged with

Sort by:
1 - 3 of 31

    Dear kijakarkar ,

     

    your questions are quite diverse. Did you have a chance to have a look on our Getting Started page?

     

    ~Martin

    User: "bhupendra_patil"
    New Altair Community Member

    Label is nothing but your target varible, you can specify which column you are trying to predict using the set role operator. Details are here http://docs.rapidminer.com/studio/operators/blending/attributes/names_and_roles/set_role.html

     

    Also Naive Bayes can predict binary(yes/no) (true/false) or multi class predicitons, but not numerical

    There are other algorithms that can predict numerical values. 

     

    As @mschmitz suggested, you will be extremely benefited from the gettting started videos, These are really good resources for getting started with Rapidminer and will help you understand how the utilize the platform for your specific cases

    User: "kshitijakarkar"
    New Altair Community Member
    OP
    Thank you. I'll go through the getting started page