Library of python classes for performing Least-Squares Support Vector Machine (LS-SVM) machine-learning modeling. The classes are build to conform to the scikit-learn API allowing for smooth integration with scikit-learn based projects.
Implementation details: Tutorial webpage
- Regressor Class
- Classification Class
(i.e. implemented with)
- Python 3.7.3
- sklearn 0.21.2
- pandas 0.24.2
- numpy 1.16.4
- scipy 1.2.1
Please open an issue if you encounter a bug.
- Author : Danny E.P. Vanpoucke
- Twitter: @DelocalizedD
- Website
- Github