lsorber / neo-ls-svm

Neo LS-SVM is a modern Least-Squares Support Vector Machine implementation
MIT License
15 stars 0 forks source link

Neo LSSVM as polars extension #26

Open mat-ej opened 2 months ago

mat-ej commented 2 months ago

Hi,

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

lsorber commented 4 weeks ago

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?

mat-ej commented 4 weeks ago

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