Options

Polynomial to nominal?

Fred12Fred12 Member Posts: 344 Unicorn
edited September 2019 in Help

hi,

 

in the Logistic Regression, Sonar dataset has nominal data type as label... however when I import data from excel, I cannot choose data type nominal... however, logistic regression does not allow polynomial dataset as its not supported.. so what to choose then?

I find that really confusing.. in RM 5, you could choose nominal data type, is this only available in commercial releases or what happened?

 

is there a workaround for that?

Tagged:

Best Answer

  • Options
    Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn
    Solution Accepted

    Yeah, there might be a problem in the meta data propogation, that happens sometimes but it should run. 

Answers

  • Options
    Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    No, the functionality was not taken away in the free editions.

     

    You can still change the data type in the import wizard by clicking on the header, or you can manually set it in the Read Excel operator.

  • Options
    Fred12Fred12 Member Posts: 344 Unicorn

    ok maybe I'm missing out something, but I still can't see an option to choose nominal data type (and some other types in previous versions, like numeric..):

    Unbenannt.png

     

    no option for nominal...

  • Options
    Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    Ah maybe somewhere along the line from v5.3 the term nominal was changed to polynominal. There are two types of nominal attributes: binominal (true/false) or polynonminal (more than two nominal values). Logistic Regression will need you to change your column to binominal.

  • Options
    Fred12Fred12 Member Posts: 344 Unicorn

    ok and how is this best done if I have more than 2 class labels?

  • Options
    Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    Use the Nominal to Binomal operator.

  • Options
    Fred12Fred12 Member Posts: 344 Unicorn

    ok thanks, I will do that, however, there seems to be a difference between polynomial and nominal, when I am using nominal dataset to train my SVM model, and later testing a polynomial test dataset on it (which should be nominal and therefore, no difference), the Apply Performance operator gives a warning that my data should also be nominal instead of polynomial...

Sign In or Register to comment.