Impact of Outliers On Machine Learning Models
Impact of Outliers On Machine Learning Models
is outlier, how we can detect and remove the outlier from out dataset. Because that blog is the
prerequisite of this article. Here you can find that article:
In this blog we are going to discuss, what are the impact of outlier on different machine
learning models. As we know machine learning are sensitive to the range of dataset and data
distribution, so the presence of outliers can spoil the whole training process i.e., model takes
much time to train or model results low accuracy or poor results on the testing data.
Concluding Remarks:
As we have discussed in our last article about the outliers, detection and removal and now we
discussed above the impact of the outliers on different models. So before start working on any
type of machine learning model, we must have to detect and remove the outliers in our dataset
so our model will perform better on the test dataset with better results.