I was tasked with a problem by a colleague and I am having a hard time coming up with possible solutions. The problem is: I have a dataset, where every row represents one piece of product that we make here, and columns that represent values of many different factors which occur during the production of it (for example length, weight, temperature etc. ). Now, sometimes, a certain product will occur that is heavily defected and cannot be sold to the customer. Since we don’t know why these defects occur, we want to look at this dataset and using machine learning algorithms in R find out if there is anything different or unusual about products with defect (for example a temperature that is way above average and so on).
I guess what I’m asking is, if there is some type of method, algorithm or study anybody can point me to so I can gain more info about this. Thank you very much for any help!