AttributeError: 'numpy.ndarray' object has no attribute 'scale'

前端 未结 0 1175
孤街浪徒
孤街浪徒 2020-12-09 21:12

I defined

data=np.random.exponential(scale=20, size=100)

if i print(data.size) it works and returns me 100, instead if i

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