JoaquinAmatRodrigo / skforecast

Time series forecasting with machine learning models
https://skforecast.org
BSD 3-Clause "New" or "Revised" License
992 stars 113 forks source link

Extension of the package for R #686

Open SeyyedMahdiNoori opened 1 month ago

SeyyedMahdiNoori commented 1 month ago

Hello, thanks for this great package.

I've used the earlier versions in my research on energy demand forecasting and had a great experience. With the R programming language becoming more widespread in the energy sector, particularly since it is becoming almost the standard programming language for energy forecasting in Australia, I was wondering if there is any plan to extend / replicate this package for R.

JoaquinAmatRodrigo commented 1 month ago

Hi @SeyyedMahdiNoori Thank you for using skforecast!

Unfortunately, we do not have enough capacity to develop and maintain the library in two different languages. For now, the only option is to use the reticulate package to interact with python from R.