Matt Kearns

Results 2 issues of Matt Kearns

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