This document discusses methods for handling noisy data in data mining. It describes how noise can be introduced through faulty data collection, entry, transmission or technology limitations. It then outlines three approaches to handling noisy data: binning, clustering and regression. Binning involves partitioning data into bins of equal width or depth and then smoothing the data by taking the bin mean, median or boundaries. Clustering can detect outliers by organizing similar values into clusters. Regression fits data to a linear or multidimensional surface to smooth out noise. Examples are provided to illustrate binning for data smoothing.