I used to run a piece of code 1 month ago to compute rolling OLS.
I tried to run the code again today after updating to polars_ols 0.3.3 and polars 0.20.25.
I get the following error:
"Compute error: the plugin failed with message: invalid operation: could not parse kwargs: 'decoding error: invalid type: sequence, expected usize'
Check: registration of kwargs in the plugin."
I am able to run the rolling OLS tests locally. Not sure what's going on here.
Hi,
I used to run a piece of code 1 month ago to compute rolling OLS.
I tried to run the code again today after updating to polars_ols 0.3.3 and polars 0.20.25.
I get the following error: "Compute error: the plugin failed with message: invalid operation: could not parse kwargs: 'decoding error: invalid type: sequence, expected usize'
Check: registration of kwargs in the plugin."
I am able to run the rolling OLS tests locally. Not sure what's going on here.
Thanks,
Adrien