outlier-101703547-simran-kaur

For removing outlier by row removal


Keywords
outlier, row_removal, python
License
MIT
Install
pip install outlier-101703547-simran-kaur==0.1

Documentation

In this package we are removing outlier by row removal method which is done by calculating Quartile 1 and Quartile 3 then finding Inter Quartile Range then finding min and max. Values outside range(Min,Max) are outliers.