YyzHarry / imbalanced-regression

[ICML 2021, Long Talk] Delving into Deep Imbalanced Regression
http://dir.csail.mit.edu
MIT License
806 stars 128 forks source link

about test error #35

Closed W-rudder closed 1 year ago

W-rudder commented 1 year ago

Hello, I have some questions about the error pdf. Can I know how to get the right error pdf? Each labels have different numbers of samples, so should I apply a mean method for each label error or make them have the same amount?

YyzHarry commented 1 year ago

Hey - yes, you calculate the mean error over samples for each label

W-rudder commented 1 year ago

thanks for your answer