How could I get the MI( mutual information) from SelectKBest?

后端 未结 0 496
孤街浪徒
孤街浪徒 2020-12-10 01:12

my code:

for kk in range(1, X_train.shape[1]+1):
    FS_trans = SelectKBest(mutual_info_classif, 
                           k=kk).fit(X_train, y_train)
    X         


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