Description:
Get model description data.
Syntax:
ym_present(pd)
Note:
The external library function (See External Library Guide) gets the description of a model, including model name, AUC index, MSE index and model parameters.
Parameter:
pd |
A PD model object |
Return value:
Table sequence
Example:
|
A |
|
1 |
=ym_env() |
Start Python service |
2 |
=ym_load_pcf ("ttnkh.pcf") |
Generate a model object based on mode file ttnkh.pcf |
3 |
=ym_present(A2) |
Get model description data |
4 |
>ym_close(A1) |
Release resources |