当前位置: 代码迷 >> 综合 >> TypeError: reduction operation ‘argmin‘ not allowed for this dtype
  详细解决方案

TypeError: reduction operation ‘argmin‘ not allowed for this dtype

热度:74   发布时间:2023-11-24 22:44:06.0

改为bic_matrix.stack().astype(float).idxmin() #最小值的索引

  相关解决方案