DannyVanpoucke/LSSVMlib
This repository provides a Python3 Library with implementations of the Least-Squares Support Vector Machine (LS-SVM) machine learning model. The Classes are designed to integrate smoothly with the scikit-learn library.
Implements LS-SVM regression with a scikit-learn-compatible API, leveraging NumPy and SciPy for efficient numerical computation. The library solves the LS-SVM quadratic optimization problem by reformulating it as a linear system, reducing computational overhead compared to standard SVM approaches. Currently supports regression tasks with a classification variant in development.
Stars
41
Forks
16
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DannyVanpoucke/LSSVMlib"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
lsorber/neo-ls-svm
Neo LS-SVM is a modern Least-Squares Support Vector Machine implementation
AFAgarap/support-vector-machine
An implementation of the L2-SVM for breast cancer detection using the Wisconsin diagnostic dataset.
wajidarshad/LUPI-SVM
SVM with Learning Using Privileged Information (LUPI) framework
emirhanai/Classification-thanks-to-the-SVM-model-with-7-years-of-ozone-data-with-Machine-Learning
I developed 2 machine learning software that predict and classify ozone day and non-ozone day....
stabgan/Support-Vector-Regression
I implemented Support Vector Machine as our Regressor both in Python and R