libsvm · PyPI
https://pypi.org/project/libsvm22.03.2020 · Pre-built LibSVM packages for Python. What is LibSVM? Crated by Chih-Chung Chang and Chih-Jen Lin, LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Purpose of this package
libsvm-official · PyPI
https://pypi.org/project/libsvm-official13.04.2021 · generating the LIBSVM shared library. Depending on your use cases, you can choose between local-directory and system-wide installation. - Local-directory installation: On Unix systems, type > make This generates a .so file in the LIBSVM main directory and you can run the interface in the current python directory.