def MIC(x, y): # Maximal Information Coefficient base = MINE() base.compute_score(x, y) return base.mic(),0.5 # just one kind of factor, # but SelectKBest needs two factors to fit datas.