automated-data-preprocessing icon indicating copy to clipboard operation
automated-data-preprocessing copied to clipboard

A command-line utility program for automating the trivial, frequently occurring data preparation tasks: missing value interpolation, outlier removal, and encoding categorical variables.

Results 2 automated-data-preprocessing issues
Sort by recently updated
recently updated
newest added

Make sure all of the functions inside the make_clean.py python script function properly. Make sure that command line options work as intended by testing with different data sets in /data-sets/...

Integration Testing

Create comprehensive unit tests for the following functions in utilities/ package: - load_csv() - one_hot_encode() - replace_missing_data() - interpolate_missing_data() - remove_outliers()

Unit Testing