The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
classification/prediction model with one single label attribut vs. multiple label attribut
Hi,
I build two different classification models to compare.(Example sets to build and apply the model in both cases are the same):
1. With a single label
2. With mutliple labels (using the multi label modeling operator)
First Scenario: 1 Label attribut is selected for both models to be predicted/classify. The output of both example set differs. Results of the second model has some empty fields for all attributes [except the prediction role] of the data set. why is it?
1. Model
2. Model with missing values
Second Scenario: If I select two attributes to be predicted in the second model. The number of "wrong predictions" of Business Units increase from (7 to 10). Also there is an empty value in row 10 which does not exist in the original data set. What are the reasons behind that?
Thank you!
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornWe cannot see your data, but this error means that you only have one label value, like "Yes" for every record. Logistic Regression works on binnominal classification problems so you need to have a label with exactly two values, like "Yes" and "No."
5
Answers