Last updated:
0 purchases
outliers1017030132 0.0.2
With the help of this package, we can remove the outliers present in the dataset.
To do so, the Interquartile range is calculated which is the difference between the third quartile and first quartile.
The target is to remove the rows having values greater than maximum and less than minimum,
where minimum = Q1 - 1.5 * IQR
maximum = Q3 + 1.5 * IQR
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.