Open mainulimahi opened 3 years ago
I just want a bar chart from the DataFrame. But it shows an error like this. Please help me to get rid of this problem. Thank You.
it's because your accuracy values aren't numbers. replace acc=['0.8', '0.7',....] with [0.8,0.7,...]
Okay..thanks.
you can't plot characters! Look at the acc list, change it to numerical value.
I just want a bar chart from the DataFrame. But it shows an error like this. Please help me to get rid of this problem. Thank You.