Skip to content

ALiPy v1.2.4

Compare
Choose a tag to compare
@tangypnuaa tangypnuaa released this 08 May 07:13
· 7 commits to master since this release

This is a bug-fix release with robustness improvements.

Upgrade from pypi

    pip install --upgrade alipy

Change log

  1. Fix a bug in examples/AL_settings/query_instance.py.
  2. Add examples of coreset and density weighted methods.
  3. When initializing a Toolbox object, it will try to load existed ToolBox object if there is one in the saving_path.
  4. fix the issue that time.clock() method no longer exists in higher version of python.