tensorflow / fairness-indicators

Tensorflow's Fairness Evaluation and Visualization Toolkit
Apache License 2.0
341 stars 79 forks source link

Change how the slice is stringified so it is easier to read. #299

Open copybara-service[bot] opened 2 years ago

copybara-service[bot] commented 2 years ago

Change how the slice is stringified so it is easier to read. From format of "FeatureA_X_FeatureB:ValueA_X_ValueB" to "FeautreA=ValueA; FeatureB=ValueB". For fairness indicator, the original behavir was kept.