Applying a Model Quick Start: Difference between revisions
imported>Jeremy No edit summary |
imported>Scott No edit summary |
||
Line 7: | Line 7: | ||
In this example (using the included demonstration dataset "'''''nir_data'''''") , there are three variables in the workspace | In this example (using the included demonstration dataset "'''''nir_data'''''") , there are three variables in the workspace | ||
* '' | * ''pls_model...'' - a PLS model that has been built on spectral data (''spec1'') to predict a concentration | ||
* ''spec2'' - a new set of spectral data to be used to validate the model | * ''spec2'' - a new set of spectral data to be used to validate the model | ||
* ''conc'' - concentration data for the validation spectra | * ''conc'' - concentration data for the validation spectra | ||
The concentration data contains values for five separate components. The model '' | The concentration data contains values for five separate components. The model ''pls_model...'' predicts only one of these concentration values. | ||
To load the model and data into the workspace, double click the model in your model cache. Then double click the demo data set NIR (under the Demo Data section). Next, double click the model, this will open a new Analysis window and load the model. You will see the SSQ table populated with values, indicating that the model has been loaded. If the model cache was activated during the course of building the model and remains so, the calibration data will also be loaded. You can see this by noting that the '''X''' and '''Y''' buttons appear depressed, and when you pass the mouse cursor over either information on the respective data blocks is revealed. | |||
Revision as of 10:40, 14 October 2010
Previous Topic: Review Results
Congratulations! You have collected calibration data and gone through the exercise of building a model that meets your objectives. Now, you want to exert one of the most stringent tests - applying your model to new data. If you have just completed the model building process, all that needs to be done is to load some new data as validation data. Another scenario is that you have a model that has been built awhile ago, and you wish to apply it to some new data.
In this example (using the included demonstration dataset "nir_data") , there are three variables in the workspace
The concentration data contains values for five separate components. The model pls_model... predicts only one of these concentration values.
| |
Now that the model has been loaded
| |
When you click on the "Review Scores" button, a multiplot figure will open. Try double-clicking on each subplot to create separate figures. One useful plot is Q residuals versus Hotelling's T2, with both the validation and calibration data visible. In the Plot Controls window, select "Hotelling T^2" for the x-axis, and "Q Residuals" for the y-axis. Make sure that the "Show Cal Data with Test" box is checked toward the bottom of the Plot Controls window. Finally, select "View" under the Plot Controls menu, then "Classes", followed by "Cal/Test Samples"; this will apply color/symbol coding for the two classes of samples. It is sometimes useful to use log scales for Q residuals and/or T2; in this example, a log scale is used for the Q residuals. For the second plot, "Y Predicted" is selected for the y-axis along with "Y Measured" for the x-axis. As in the Q residuals vs. T2 plot, the black circles represent the calibration samples and the red triangles denote the validation samples. We note from these two plots that:
|