Trusted-AI / AIF360

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.
https://aif360.res.ibm.com/
Apache License 2.0
2.46k stars 840 forks source link

Add python 3.10 for testing in ci.yml #368

Closed hakimamarullah closed 2 years ago

hakimamarullah commented 2 years ago

Resolve #364

hakimamarullah commented 2 years ago

Sure. I'll fix it soon. Thank you

hoffmansc commented 2 years ago

Looks like it's getting converted to a float. I think you just need to wrap it in quotes : '3.10'

hakimamarullah commented 2 years ago

Thank you for your feedback. I have fixed the error by wrapping it in quotes.