LSSVMlib
LSSVMlib copied to clipboard
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 sc...
error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [15 lines of output] The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn'...
great code thanks do you have example like https://github.com/DannyVanpoucke/LSSVMlib/blob/master/examples/LSSVMlib-example6.ipynb but for categorical data and continues target?
Implement a Classifier Class using the LS-SVM model. (Delayed, as no need for a classifier is present. All current work is purely regression.)