Description:
Get information about the performance of a model.
Syntax:
ym_performance(pd)
Note:
The external library function (See External Library Guide) gets information about the performance of a model, such as Gini index, AUC index and KS index.
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_performance(A2) |
Get information about the performance of A2’s model |
4 |
>ym_close(A1) |
Release resources |