neo-ls-svm
neo-ls-svm copied to clipboard
Neo LSSVM as polars extension
Hi,
thanks for an awesome package. I wonder what it would take to add this model into polars api. Similar to polars-ols.
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?
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.