ym_present()

Read(455) Label: model description,

Description:

Get model description data.

Syntax:

ym_present(pd)

Note:

The external library function gets the description of a model, including model name, AUC index, MSE index and model parameters.

Parameter:

pd

A PD model object

Return value:

A 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