adapt tree booster
This commit is contained in:
parent
5d052b9e14
commit
bed2e26019
@ -21,8 +21,7 @@ namespace xgboost{
|
||||
* \return the pointer to the gradient booster created
|
||||
*/
|
||||
IBooster *CreateBooster( int booster_type ){
|
||||
// TODO
|
||||
return NULL;
|
||||
return new RTreeTrainer();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user