Skip to content

This project will accept any data of int or decimal as a list and there are two option to perform on outlier data which are remove or correct them.

Notifications You must be signed in to change notification settings

panhavad/outlier-fix-remove-only-buildin-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. The list of original dataset
  2. The index of outlier that detected (use this function to get the index get_outlier_index)

image-20200430172136923

About

This project will accept any data of int or decimal as a list and there are two option to perform on outlier data which are remove or correct them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published