How must I transform a dictionary to be able to pass into a sklearn classifier

前端 未结 0 1455
遇见更好的自我
遇见更好的自我 2021-01-21 03:18

I have a list of dicts that follow the structure below:

{
   element_one: 14,
   element_two: [{
       prop_one: 10,
       prop_two: 15
   },
   ...]
}
<         


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