Multi label classification returns mean accuracy of almost 0

后端 未结 0 1486
我在风中等你
我在风中等你 2021-01-12 07:40

I have a dataframe that looks like this (but has in reality > 10000 rows):

data = {\'age\': [54, 21, 7, 18],
        \'sex\': [0, 1, 1, 0],
        \'disea         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题