ALiPy v1.2.4
This is a bug-fix release with robustness improvements.
Upgrade from pypi
pip install --upgrade alipy
Change log
- Fix a bug in
examples/AL_settings/query_instance.py
. - Add examples of coreset and density weighted methods.
- When initializing a Toolbox object, it will try to load existed ToolBox object if there is one in the saving_path.
- fix the issue that
time.clock()
method no longer exists in higher version of python.