rhiever/datacleaner

Replace +/- Infs with Max/Min

Open

#11 aperta il 22 mag 2017

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (211 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (1040 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor