Returning model analysis and specifying the repository for model training data
Use the D_pxGetModelAnalysis API to return model analysis and the pxSetPredictionRepository API to specify the repository for model training data.
D_pxGetModelAnalysis
The D_pxGetModelAnalysis API has the following input properties:
D_pxGetModelAnalysis API input properties
Parameter | Description |
Purpose | The purpose of the text analyzer. |
AppliesTo | The applicable class of the text analyzer. |
The D_pxGetModelAnalysis API has the following output:
- Accuracy (the F score)
- Algorithm type
- Last built by
- Last built time
- Model type
- Training data count
- Test data count
- Test percentage count
- Test selection type (for example, manual or user-defined)
- Training percentage count
pxSetPredictionRepository
Use the pxSetPredictionRepository API to specify the repository for model training data.
This API has the following input properties:
pxSetPredictionRepository API input properties
Parameter | Description |
RepositoryName | The name of the repository that will store the training data. |
For more information, see Specifying a database for Prediction Studio records.
Previous topic Creating new models Next topic Listing all available text analytics models and entity types