rhiever/datacleaner

Replace +/- Infs with Max/Min

Open

#11 ouverte le 22 mai 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (211 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 040 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur