neo-ls-svm icon indicating copy to clipboard operation
neo-ls-svm copied to clipboard

Neo LSSVM as polars extension

Open mat-ej opened this issue 1 year ago • 2 comments

Hi,

thanks for an awesome package. I wonder what it would take to add this model into polars api. Similar to polars-ols.

mat-ej avatar Apr 18 '24 20:04 mat-ej

Hi @mat-ej, thanks for your request and apologies for the delay! To make sure I understand your request: would you like Neo LS-SVM to add support for Polars at the input & output level? Or are you asking if the actual model fitting can be done with Polars / Rust kernels? Or something else?

lsorber avatar Jun 11 '24 11:06 lsorber

the second option : ) would be amazing but i m not sure if it is possible. I wonder if the entire lssvm could be polars expression similarly to this amazing project.

https://github.com/azmyrajab/polars_ols

mat-ej avatar Jun 12 '24 04:06 mat-ej