support active learning that assign active set and validation set in two files.
0.3.0
support partial query data, which is efficient for large-scale dataset. support --output_details to save the per-sample predictions on the validation set during active learning.
0.2.0
Support terminating active learning when the acquisition values exceed a certain cutoff (stop_cutoff).
0.0.1
Add unittest. Bugfix for forgetters. updates model configs.