Skip to content

Does ForecasterAutoreg employ parallel programming by default? #453

Discussion options

You must be logged in to vote

Hello @SeyyedMahdiNoori,
Thank you for choosing skforecast!

While skforecast itself does not offer parallelization, there are several regressors that do. It's possible that the regressor you are utilizing in the forecaster has parallelization enabled by default. Could you please let me know which regressor you are using?

Fortunately, most implementations provide the option to specify the number of cores for parallel processing. For instance, in sklearn, you can set the parameter n_jobs=1, while in LightGBM, you can use num_threads=1.

I hope this information helps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SeyyedMahdiNoori
Comment options

Answer selected by JavierEscobarOrtiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants