问答详情
源自:2-4 numpy常用操作

关于np.random.choice([10,20,30])

运行不出来是怎么回事?总是提示has no attribute 'choice'

提问者:知了的夏天 2018-03-04 19:09

个回答

  • 慕粉3711651
    2018-03-05 17:10:08

    你需要升级你的numpy包,choice在numpy的1.7.0版本中才添加,你的numpy版本应该是低于1.7.0