azmyrajab / polars_ols

Polars least squares extension - enables fast linear model polar expressions
MIT License
113 stars 10 forks source link

Registration of kwargs in the plugin #21

Closed AdrienDart closed 6 months ago

AdrienDart commented 6 months ago

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

AdrienDart commented 6 months ago

I inputted a parameter as a tuple, my bad