4 Automatic Outlier Detection Algorithms in Python
The presence of outliers in a classification or regression dataset can result in a poor fit and lower predictive modeling performance. Identifying and removing outliers is challenging with simple statistical methods for most machine learning datasets given the large number of input variables. Instead, automatic outlier detection methods can be used in the modeling pipeline and compared, just like other data preparation transforms that may be applied to the dataset. In this tutorial, you will discover how to use automatic outlier detection and removal to improve machine learning predictive modeling performance. Discover data cleaning, feature selection, data transforms, dimensionality reduction and much more in my new book, with 30 step-by-step tutorials and full Python source code.
Jul-9-2020, 00:36:36 GMT
- Genre:
- Technology: