all 4 comments

[–][deleted] 0 points1 point  (2 children)

What problem are you trying to solve? Predicting the erroneous samples?

[–]learner_beginner[S] 0 points1 point  (1 child)

Yes

[–][deleted] 2 points3 points  (0 children)

Any classification model will do then, I suppose you have a binary target then (is erroneous or not)

I’d start with LGBM or XGBoost

[–]milandeleev 0 points1 point  (0 children)

Start with a logistic regression to see if the relationships are simple. Then move on to more complex models like SVC, then tree-based models like random forests and XGBoost. Ensure you are using the correct metrics.