0

I have an model that I want to test with my existing data to calculate precision, recall etc. The data is actually unbalanced dataset: Class A 70%/Class B 30%. I created a data set by undersampling class A, so that I get an equal distribution of both classes: Class A 50%/Class B 50%. When calculating the metrics for evaluation, do I have to weight the results? So would a false positive have a higher weight, due to the unbalance in the actual population?

0 Answers0