decomposition.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:NLPWorks 作者: thautwarm 项目源码 文件源码
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.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号