rhiever/datacleaner

Replace +/- Infs with Max/Min

Open

#11 创建于 2017年5月22日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (211 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (1,040 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi there,

datacleaner seems quite interesting. Cleaning Data is always annoying and tools are missing.

If I have seen it right, you impute NaNs. You could also consider to replace +/- Infs by Max/Min of the respective column.

We have implemented that In the tsfresh impute function. Maybe you can use some of the code there.

贡献者指南