Xtra-Computing / thundergbm

ThunderGBM: Fast GBDTs and Random Forests on GPUs
Apache License 2.0
689 stars 84 forks source link

What is objective string in Params for classsification task with eg. 10 classes ? #45

Closed VE-2016 closed 3 years ago

VE-2016 commented 3 years ago

H, How should be configured parameters (cpp API) for classification task for 10 classes - objective=".."

Maybe some information about possible values for objective parameter will be informative together with examples for

  1. binary training
  2. multiclass training
  3. regression training

JK

VE-2016 commented 3 years ago

ok, this information is in doc.

JK