0
$\begingroup$

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?

$\endgroup$
2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.