Skip to content

A outlier removal tool, removes outlier row-wise using z-score or InterQuartile Range method

License

Notifications You must be signed in to change notification settings

NoOne03/outlier_remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

outlier_remover

A outlier removal tool, removes outlier row-wise using z-score or InterQuartile Range method
PyPI Project link here

Usage

Use below commands to install and use
  • pip install outlier-remover-csv
  • python3
  • >>>from outlier import outlier
    >>>t = outlier.outlier(input_filename,output_filename,[method])
method is optional. It can be "z_score" or "iqr", by default it is "iqr"
e.g 1. t = outlier.outlier("mydata.csv","out.csv","z_score")
e.g 2. t = outlier.outlier("mydata.csv","out.csv")

About

A outlier removal tool, removes outlier row-wise using z-score or InterQuartile Range method

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages