treelite
|
Public Member Functions | |
DMLC_DECLARE_PARAMETER (ModelParam) | |
Public Attributes | |
std::string | pred_transform |
name of prediction transform function More... | |
float | sigmoid_alpha |
scaling parameter for sigmoid function sigmoid(x) = 1 / (1 + exp(-alpha * x)) More... | |
float | global_bias |
global bias of the model More... | |