FATE
FATE copied to clipboard
Prediction Score Output Format
Hello,
I wonder if there is any way to export the prediction scores in the column-based format. For example, FATE data output gives me {'0': 0.01108020544052124, '1': 0.9889197945594788}, but is there any way to extract the scores in two separate columns?
Thank you!
What's the version of fate in your enviroment ? Actually in newly version of fate, it's a json string instead of dict object
Hello, Thank you for your reply ! I currently use V1.11.2