Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Classficationproblem

FlixportFlixport Member Posts: 33 Contributor II
Hello RM family,

I have a classification problem. I have a column with different classes, this column I want to take into account when validating with all classes. For example, the problem with Support Vector Machine is that I can only consider two classes and the rest is basically ignored. After consulting my professor, I should use the mapping operator as result. My solution was to add a new column to my CSV file and set the relevant class from the column to true, then the rest would be false. So I should consider all classes with the validation. I hope this approach sounds okay to you so far.
But what bothers me now is that it only gives me the true false values as a result, I would have given the classes instead . Of course my label is the new column with true false, but is there an another solution?

BR

Best Answer

Answers

  • FlixportFlixport Member Posts: 33 Contributor II

    I can do it, but what is the difference between True/False and ClassA/NotClassA? I think the output would be the same


  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Hi,

    for RapidMiner? None. We both map it to 0-1 in the background. I guess i did not undestand your question?

    BR,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.