Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

@wikipedia


Synonym
: Model Validation = Regression Validation


Validation of the Model is procedure which finally suggests the applicability and quality of the model in terms of predicting the historical dataset and future response to the Model Inputs.

There is no complete set of numbers to define the Validation and different studies may use different sets of Validation metrics.

The basic set of Validation metrics is provided by Goodness of fit.

The important technique of Model Validation is Cross-Validation (aka Blind Testing), which is widely used in scientific research and engineering practice.

This technique assumes that Source Dataset is split into two subsets: Training dataset and Validation dataset and perform the comparison of Goodness of fit over the two datasets.

It should be noted though that Source Dataset may not hold enough of representative events/occurrences to provide the opportunity for Cross-Validation and in this case the Goodness of fit over the Training dataset will be the only one available, thus increasing the risk of future Model Prediction.


See also


Natural Science / System / Model

Cross-Validation ][ Cross-Validation Plot ]

[ Goodness of fit ]

[ Mean Square Deviation (MSD) = Mean Square Error (MSE) ]

[ Root Mean Square Deviation (RMSD) = Root Mean Square Error (RMSE) ]

[ Average Relative Error (ARE) = Average Percentage Error (APE) ]

[ Average Absolute Relative Error (AARE) = Average Absolute Percentage Error (AAPE)]

[ Maximum Relative Error (MAXRE) = Maximum Percentage Error (MAXPE) ]

[ Maximum Absolute Relative Error (MAXARE) = Maximum Absolute Percentage Error (MAXAPE) ]

[ Coefficient of determination (R2) ][ Pearson correlation coefficient (ρP) ][ Correlation skewness ]


  • No labels