Libtwinsvm

Latest version: v0.3.0

Safety actively analyzes 621498 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

Added
- Checking whether the kernel names are valid.
- The order of computations is optimized in TSVM and LSTSVM estimators to reduce their memory consumption.
- The `fit()` method of the TSVM-based estimators now accepts a Python list as well as NumPy arrays.

Fixed
- The optimizer component avoids memory copies. It substantially improved the training speed and memory usage of the TSVM estimator.
- Fixed the heap corruption of the optimizer component for Windows platforms.

0.2.0

Added
- Added two benchmark scripts to the repository.
- Added Grid Search method to the Library's API.
- Added two more usage examples to the documentation of the project.

Fixed
- Fixed adding LAPACK and BLAS DLLs for Windows platform.
- Fixed an Installation error for Linux systems.
- A workaround for installing the library on MacOSX systems.
- To overcome matrix singularity of linear LSTSVM, an extra stabilizer term added to the equations.

0.1.0

Added
- A graphical user interface (GUI) application.
- Fast implementation of standard TwinSVM and Least Sqaures TwinSVM.
- A fast optimizer (ClipDCD) in Cython.
- Implemented multi-class schemes (One-vs-All & One-vs-One) as meta-estimators.
- A feature-rich visualization tool to show decision boundaries.
- A module for saving and loading TSVM-based models.
- A setup.py file for installing LIBTwinSVM as a Python package.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.