Signal gives us useful information required and we would like to maximize its input.
Noise gives us useless information and we would like to remove all the possible noise as input.
Unfortunately in real life scenarios every input to model contains both signal and noise. So we have optimize the balance between two.
For any predictive model we can determine if the inputs really affect the output by association tests. Lower the p-value, stronger the association. The next step is we would like to arrange predictors in decreasing order of association and add them one by one to build the predictive model. Every time we add a predictor, a new model on training data should be built. Then it should be evaluated against the testing data.
Lets use 'Area Under the Curve' or AUC as evaluator of the model.
Noise gives us useless information and we would like to remove all the possible noise as input.
Unfortunately in real life scenarios every input to model contains both signal and noise. So we have optimize the balance between two.
For any predictive model we can determine if the inputs really affect the output by association tests. Lower the p-value, stronger the association. The next step is we would like to arrange predictors in decreasing order of association and add them one by one to build the predictive model. Every time we add a predictor, a new model on training data should be built. Then it should be evaluated against the testing data.
Lets use 'Area Under the Curve' or AUC as evaluator of the model.