Skip to content

ALiPy v1.2.5

Latest
Compare
Choose a tag to compare
@tangypnuaa tangypnuaa released this 28 Jul 07:32
· 2 commits to master since this release

Upgrade from pypi

    pip install --upgrade alipy

Change log

  1. Raise an error if more than 2 classes are detected when BMDR, SPAL, LAL methods are used. These strategies are implemented for binary classification problems only.
  2. fix and close #33 that the labels of the dataset will sometimes be modified if BMDR or SPAL methods are used.
  3. fix a bug in batch-mode Coreset strategy (#32)