fabsig / GPBoost

Combining tree-boosting with Gaussian process and mixed effects models
Other
574 stars 46 forks source link

For the example of wages data in Section 5.1, can you provide the corresponding code? #48

Closed gaofenxia closed 2 years ago

gaofenxia commented 2 years ago

Recently, I am interested in GPBoost algorithm and want to further apply it, but I don't know much about the mathematical knowledge behind it, especially how to set the mean function F (x). In Gaussian Process Boosting, you provided an example of Friedman3 data set. I want to ask how to get its mean function F (x), and how to set the average function F (x) for other data sets (there may be more than four feature columns)? Thank you!

fabsig commented 2 years ago

See #49