FATE icon indicating copy to clipboard operation
FATE copied to clipboard

Prediction Score Output Format

Open amyseoj1 opened this issue 1 year ago • 2 comments

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!

amyseoj1 avatar Feb 21 '24 16:02 amyseoj1

What's the version of fate in your enviroment ? Actually in newly version of fate, it's a json string instead of dict object

mgqa34 avatar Feb 23 '24 02:02 mgqa34

Hello, Thank you for your reply ! I currently use V1.11.2

amyseoj1 avatar Feb 26 '24 11:02 amyseoj1