Outlier Detection/Remove/Fix
This project will accept any data of integer or decimal as a list. There are two main operation that can be perform on outlier data which are remove or correct them.
Calling this function to fix the outlier that detected replace_outlier(val_list, outlier_index_list)
the function will accept 2 parameter which are:
- The list of original dataset
- The index of outlier that detected (use this function to get the index
get_outlier_index
)