What is Prediction in Data Mining? (original) (raw)

Last Updated : 17 Mar, 2022

To find a numerical output, prediction is used. The training dataset contains the inputs and numerical output values. According to the training dataset, the algorithm generates a model or predictor. When fresh data is provided, the model should find a numerical output. This approach, unlike classification, does not have a class label. A continuous-valued function or ordered value is predicted by the model.

In most cases, regression is utilized to make predictions. For example: Predicting the worth of a home based on facts like the number of rooms, total area, and so on.

Consider the following scenario: A marketing manager needs to forecast how much a specific consumer will spend during a sale. In this scenario, we are bothered to forecast a numerical value. In this situation, a model or predictor that forecasts a continuous or ordered value function will be built.

Prediction model in data mining

Prediction Issues:

Preparing the data for prediction is the most pressing challenge. The following activities are involved in data preparation:

Other data reduction techniques include wavelet processing, binning, histogram analysis, and clustering.