stanfordmlgroup / ngboost

Natural Gradient Boosting for Probabilistic Prediction
Apache License 2.0
1.65k stars 215 forks source link

Do you consider supporting R language and Julia language? #185

Closed XianglinZhang-risker closed 4 years ago

XianglinZhang-risker commented 4 years ago

I hope R language can be supported by this algorithm。

alejandroschuler commented 4 years ago

https://github.com/stanfordmlgroup/ngboost/issues/14

alejandroschuler commented 4 years ago

https://rstudio.github.io/reticulate/

acca3003 commented 3 years ago

I have created a R version of NGBoost. https://github.com/acca3003/ngboostR It is a prelimiar version but you can test example.

Akai01 commented 3 years ago

I have created an R interface which is supporting all APIs and their public methods: https://github.com/Akai01/ngboost

Using R6 (OO programming in R) and reticulate (enables running Python in R)