Generalization of accuracy score based on subset of data points
I have a multi-class problem that I am building a classifier for. I have N total data points I would like to predict on. If I instead predict on n N data points and get an accuracy score, is there a way I can say (with some degree of confidence) what I think the same model's accuracy score would be on the remaining data points?
Can somebody point me to an article discussing this, or suggest a formula to research?
Topic accuracy classification
Category Data Science