features.py 文件源码

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

项目:AutoML-Challenge 作者: postech-mlg-exbrain 项目源码 文件源码
def _calculate(self, X, y, categorical, metafeatures, helpers):
        res = np.nansum(helpers.get_value("NumSymbols"))
        return res if np.isfinite(res) else 0


################################################################################
# Statistical meta features
# Only use third and fourth statistical moment because it is common to
# standardize for the other two
# see Engels & Theusinger, 1998 - Using a Data Metric for Preprocessing Advice for Data Mining Applications.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号