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.
This library helps data scientists and machine learning engineers develop predictive models using a technique called Least-Squares Support Vector Machine (LS-SVM). You can input your structured data, and it will output a regression model that can predict continuous values. It's designed for those already working with scikit-learn in Python.
Use this if you are a data scientist or machine learning engineer familiar with Python and scikit-learn, and you want to implement LS-SVM for regression tasks.
Not ideal if you need a classification model, as this library currently only supports regression, or if you are not comfortable with Python and machine learning libraries.
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