Skip to content

LIBTwinSVM 0.3.0

Latest
Compare
Choose a tag to compare
@mir-am mir-am released this 21 Sep 17:25
· 4 commits to master since this release

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.