Skip to content

Releases: ELHoussineT/AutoDataCleaner

AutoDataCleaner v1.1.1

03 Apr 01:04
Compare
Choose a tag to compare

Simple and automatic data cleaning in one line of code! It performs one-hot encoding, date & time casting to datetime dtype, detects binary columns, safely convert non-numeric columns to numeric dtypes, cleaning dirty/empty values, normalizing values and removing unwanted columns all in one line of code. Get your data ready for model training and fitting quickly.

AutoDataCleaner v1.0.3

02 Apr 18:02
Compare
Choose a tag to compare

Simple and automatic data cleaning in one line of code! It performs one-hot encoding, cleans dirty/empty values, normalizes values and removes unwanted columns all in one line of code. Get your data ready for model training and fitting quickly.