How to Install python-libsvm in Ubuntu 18.04



Install python-libsvm by entering the following commands in the terminal:

sudo apt update
sudo apt install python-libsvm

Description:

Python interface for support vector machine library

Python interface for the LIBSVM library using ctypes. This new Python interface is provided since 2.91, and it is incompatible with the old one.

Homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm/

Version: 3.21+ds-1.1

Section: universe/python