chews0n / glowing-waffle

SPE Calgary Data Science Mentorship program 2021
Apache License 2.0
1 stars 2 forks source link

Outlier Detection and handling #8

Closed chews0n closed 3 years ago

chews0n commented 3 years ago

function in the data class to detect and remove the outliers in the data, think reasonable values (eg. pressures that are at least 0 probably more though) for the data and how to handle that (ie. capping vs. dropping)

chews0n commented 3 years ago

have a function for both dropping and capping the data in order to test impacts of the different methods