Nixtla / nixtlar

R SDK for TimeGPT
https://nixtla.github.io/nixtlar/
Apache License 2.0
7 stars 2 forks source link

Thanks and new algorithms coming? #3

Closed coforfe closed 2 weeks ago

coforfe commented 1 month ago

Thank you for making available this first version with which we can explore TimeGPT in the R ecosystem.

Do you plan to include the rest of your algorithms through this package?

Thanks, Carlos.

MMenchero commented 1 month ago

Hi Carlos, thank you for your interest in nixtlar. For now, we will only include TimeGPT. We want to make sure this R SDK has the same functionality as the Python SDK. We'll release a development plan soon.

coforfe commented 1 month ago

Thanks Mariana for your quick response!. Regarding possible new coming models, would it be needed to use reticulate to connect with Python?.

Thanks again, Carlos.

MMenchero commented 3 weeks ago

Hi @coforfe, I almost missed your follow-up. Currently, reticulate is not a dependency of nixtlar. To add models from other libraries such as neuralforecast, it might be required, but I would need to investigate further as I want to maintain the efficiency of the models, similar to how they are in our Python libraries. However, in the short term, the focus of nixtlar will be on TimeGPT only.