I have a machine learning classifier from create ML. The model is trained with 3400 samples and overall is impressive in how accurate it is. However The model ever so often makes a prediction that is wrong and I can't seem to figure out how I add this into the model so that it does not have such high confidence on some of these wrong prediction. How/can I re-train the model with this new piece of data that is wrong in its classification that it is not of this classification? Should I be making a new classification folder and add these wrong classification to it or is there a way in training the model to pass in as a not classification type so it can try to understand the difference between them?