Hi All,
I am dealing with a small data of 120 rows and 5 features with binary target Valid or Not Valid.I have some duplicate rows where all the input features are same but the target values is different as you can see below (sample data its nor original data).How will the model treat those values ? is it ambiguous data ? i ran the model and it was not able to classify the not valid cases as i have only 32 cases out of 120 as Not Valid and most of them are having the duplicates where it has a valid result also with same inputs ? what should i do ?
Att1 Att2 Att3 Target
F3 G929 P2 Valid
F3 G929 P2 Not Valid
F2 G929 P3 Not Valid
F2 G929 P3 Valid
Regards,
Vishnu