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.
评论列表
文章目录