Programming coursework for DTSA 5504, Data Mining Pipeline
Problem 1 - summary_stats.py
Problem 1A - normalization.py
- Write a function that takes in three arguments--a file name, attribute name, and normalization method--and returns a dictionary where the key is the original data vale and the value is the normalized data value.
- The function should perform min-max or z-score normalization