摘要:
sklearn.feature_selection模块的作用是feature selection,而不是feature extraction。 Univariate feature selection:单变量的特征选择 单变量特征选择的原理是分别单独的计算每个变量的某个统计指标,根据该指标来判断哪些 阅读全文
posted @ 2017-07-19 11:42
程序猿-小秦
阅读(768)
评论(0)
推荐(0)
摘要:
Python的字典的items(), keys(), values()都返回一个list >>> dict = { 1 : 2, 'a' : 'b', 'hello' : 'world' } >>> dict.values() ['b', 2, 'world'] >>> dict 阅读全文
posted @ 2017-07-19 11:07
程序猿-小秦
阅读(3256)
评论(0)
推荐(0)

浙公网安备 33010602011771号