Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.04 KB

LSSVMlib

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

Status

  • Regressor Class
  • Classification Class

Install & uninstall in Jupyter-notebook and Google colaboratory

!python -m pip install git+https://github.com/psychoboy97/LSSVMlib#egg=LSSVMlib
!python -m pip uninstall git+https://github.com/psychoboy97/LSSVMlib#egg=LSSVMlib

Dependencies

(i.e. implemented with)

  • Python 3.7.3
  • sklearn 0.21.2
  • pandas 0.24.2
  • numpy 1.16.4
  • scipy 1.2.1

Bugs

Please open an issue if you encounter a bug.

Contact