How to optimise the normalisation of a column-wise for nested numpy array in Python?

前端 未结 0 1581
暖寄归人
暖寄归人 2021-01-29 23:42

Given a nested ndarray, the objective is to extract the array value from each of the list and normalize it.

import numpy as np
from sklearn.preprocessing import n         


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