modAL 0.3.5
Pre-release
Pre-release
Changes
ActiveLearner
now supportsnp.nan
andnp.inf
in the data by settingforce_all_finite=False
upon initialization. #58- Bayesian optimization fixed for multidimensional functions.
- Calls to
check_X_y
no longer converts between datatypes. #49 - Expected error reduction implementation error fixed. #45
modAL.utils.data_vstack
now falls back to numpy.concatenate if possible.- Multidimensional data for ranked batch sampling and expected error reduction fixed. #41
Fixes by @zhangyu94: