AutoQuant icon indicating copy to clipboard operation
AutoQuant copied to clipboard

NGBoost via reticulate/RemixAutoML?

Open AldridgeCaleb opened this issue 5 years ago • 3 comments

Curious about the possible availability of the natural gradient boost algorithm in R? Perhaps via the reticulate package as @AdrianAntico suggested here: https://github.com/stanfordmlgroup/ngboost/issues/14#issuecomment-547145022

AldridgeCaleb avatar Dec 15 '19 16:12 AldridgeCaleb

@AldridgeCaleb I want to add this model to the package. The end goal is to have it available for regression, classification, and multiclass (if available, can't recall if it is), along with a CARMA version (my primary reason for wanting to add this model) and hurdle model.

I won't likely be getting to this until January or February as I'm working on adding some other functionalities currently.

AdrianAntico avatar Dec 15 '19 19:12 AdrianAntico

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

acca3003 avatar Aug 30 '21 07:08 acca3003

Thanks for the heads up! I'll start looking into incorporating it

AdrianAntico avatar Aug 30 '21 07:08 AdrianAntico