Settings (generalized linear mixed models)
When the model is scored, the selected items in this tab should be produced. The predicted value (for all targets) and confidence (for categorical targets) are always computed when the model is scored. The computed confidence can be based on the probability of the predicted value (the highest predicted probability) or the difference between the highest predicted probability and the second highest predicted probability.
- Predicted probability for categorical targets. This produces the predicted probabilities for categorical targets. A field is created for each category.
- Propensity scores for flag targets. For models with a flag target (which return a yes or no prediction), you can request propensity scores that indicate the likelihood of the true outcome specified for the target field. The model produces raw propensity scores; if partitions are in effect, the model also produces adjusted propensity scores based on the testing partition.
Generate SQL for this model When using data from a database, SQL code can be pushed back to the database for execution, providing superior performance for many operations.
Select one of the following options to specify how SQL generation is performed.
- Default: Score using Server Scoring Adapter (if installed) otherwise in process If connected to a database with a scoring adapter installed, generates SQL using the scoring adapter and associated user defined functions (UDF) and scores your model within the database. When no scoring adapter is available, this option fetches your data back from the database and scores it in SPSS® Modeler.
- Score outside of the Database If selected, this option fetches your data back from the database and scores it in SPSS Modeler.