爽歪歪666
不以物喜,不以己悲,努力才是永恒的主题。
摘要: 1 import numpy as np 2 3 features = np.array([[1,2,3],[4,5,6],[7,8,9]]) 4 components = [True,True,True] 5 features = features[:, components] 6 print(f 阅读全文
posted @ 2020-05-18 09:53 爽歪歪666 阅读(236) 评论(0) 推荐(0) 编辑