A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
I'm facing issue when testing a conda recipe due to the hyphen/dash naming convention used in the module named kamfadm-2012ecmlpkdd
Python Prefers Underscores
Python packages and modules can not use hyphens, only underscores. This section of PEP-8 gives us guidance:
Package and Module Names: Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
@monindersingh , can you take a look and see what if any can be done and provide your thoughts? @psortos you are also welcome to provide your thoughts on how to fix this.
I'm facing issue when testing a conda recipe due to the hyphen/dash naming convention used in the module named
kamfadm-2012ecmlpkdd