logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【人因工程】熵值法与CRITIC法求权重

【人因工程】熵值法与CRITIC法求权重

#python#数据分析#numpy
【bug解决】AxisError: axis 1 is out of bounds for array of dimension 1

【bug解决】AxisError: axis 1 is out of bounds for array of dimension 1

#bug#numpy#python
IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boo

报错IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices解决

#bug#python
【知识点】eval() 的用法

eval () 作用 只去掉最外层引号eval()的参数形式为字符串或字符串变量,在程序中可以将字符串形式的输入值转化为数字进行计算。

#python#bug
【知识点】np.where()用法

传递给np.where 的参数既可以是同等大小的数组,也可以是标量。当不传递参数,只传递条件时,输出的是满足条件的坐标。

#numpy#python#开发语言
【bug解决】TypeError: forward() missing 1 required positional argument: ‘x‘

【bug解决】TypeError: forward() missing 1 required positional argument: 'x' 。类的实例化

#bug#python
【bug解决】AxisError: axis 1 is out of bounds for array of dimension 1

【bug解决】AxisError: axis 1 is out of bounds for array of dimension 1

#bug#python
到底了