I read somewhere earlier: after a final model is built with available data and used in "production", it is possible to add unseen, misclassified samples to the model to enhance the future predictions. Is there a name for this method?

In more details with steps:

1. Gather and explore your data, build features, estimate the model accuracy with cross-validation.

2. Build the final model based on the available samples.

3. Start to use the model in real environment and some new samples will be misclassified for sure since there is no perfect model.

4. These new, unseen, misclassified samples will be added to the model.

Similar questions and discussions