🎉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

Classification with ordinal data

User: "MaltePetersen"
New Altair Community Member
Updated by Jocelyn
I am new to data science and rapid miner. I made a prediction with automodel with a dataset which persists of nominal and ordinal data. Online I read that a classification is normally only done with nominal data. So this begs the question can my classification be accurate? And which method would be the right one for my use case. 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Hello @MaltePetersen

    Good question. I am not sure about rapidminer automodel capability to find ordinal data automatically (I dont think it can). My preference is to treat ordinal data as nominal data. Some papers suggest converting ordinal to numeric, but numeric data is continuous and equally spaced which might not be true in ordinal case. There are pros and cons for both.

    @IngoRM might provide more information.
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Yep, you have the option to "Change to category" right? That is the one that converts your number columns to category (which is also called as nominal).

    Sorry, if I got confused. Just want to clarify, you are trying to convert the "number" format to "nominal" format right?