Python API¶
load_lib¶
| load_lib(path): |
|
|---|
create_graph¶
| create_graph(file_name, tree_index=0, value_list=[]): | |
|---|---|
This function generate a
|
|
GBDTMulti¶
| GBDTMulti(lib, out_dim=1, params={}): | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Create an instance of GBDTMO model.
|
|||||||||||||||||||||||||||||
GBDTSingle¶
GBDTSO is our own implementation of GBDT for single output. It is used to compare the training speed and accuracy with GBDTMO.
| GBDTSingle(lib, out_dim, params={}): | |||||||
|---|---|---|---|---|---|---|---|
Create an instance of GBDTSO model. Most of method is shared with GBDTSO. Here we only list the specific methods of GBDTSO.
|
|||||||