You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.0.4
Added Features
Switched to CircleCI for code testing.
Bug Fixes
Specified classes parameter of TreeClassificationVoter and KNNClassificationVoter to be formatted as np.asarray.
Relocated the initialization of lf_ attribute for UncertaintyForest to the fit function. Allowed uncertaintyforest_posteriorestimates.ipynb benchmark to run as intended.
Fixed the decider data splitting in the set_decider function of ProgressiveLearner. Let the decider use its allotted data set by decider_idx = self.task_id_to_decider_idx[task_id].
Specified new numpy version in requirements.txt to both resolve version conflicts with tensorflow and maintain support for Python 3.6.
Documentation Fixes
Included "Tutorial Guidelines" in contributing.rst for better online display.