AutoQuant
AutoQuant copied to clipboard
NGBoost via reticulate/RemixAutoML?
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 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.
I have created a R version of NGBoost. https://github.com/acca3003/ngboostR It is a prelimiar version but you can test example.
Thanks for the heads up! I'll start looking into incorporating it