automated-data-preprocessing
automated-data-preprocessing copied to clipboard
Write unit tests for the utility functions
Create comprehensive unit tests for the following functions in utilities/ package:
- load_csv()
- one_hot_encode()
- replace_missing_data()
- interpolate_missing_data()
- remove_outliers()