ja-thomas / autoxgboost

autoxgboost - Automatic tuning and fitting of xgboost
Other
120 stars 19 forks source link

Learn y transformation for regression #36

Closed ja-thomas closed 6 years ago

ja-thomas commented 6 years ago

Often we don't want to model y directly but e.g. log(y).

We should be able to learn some transformations

ja-thomas commented 6 years ago

... if I think about that... does that even make sense for trees? Not really....