ModelOriented / fairmodels

Flexible tool for bias detection, visualization, and mitigation
https://fairmodels.drwhy.ai/
GNU General Public License v3.0
85 stars 15 forks source link

Unnecessary warnings #32

Closed jakwisn closed 3 years ago

jakwisn commented 3 years ago

Some warnings are unnecessary, especially in functions that require fairness_metrics like stack_metrics. Functions give warnings about NA in metrics that are not explicitly stated in fairness_metrics. From the implementation side: filtering metrics should be done before checking NA.