Skip to content

Switch to CircleCI and bug fixes

Compare
Choose a tag to compare
@PSSF23 PSSF23 released this 04 Feb 04:57
· 293 commits to main since this release
9f799b4

v0.0.4

Added Features

  1. Switched to CircleCI for code testing.

Bug Fixes

  1. Specified classes parameter of TreeClassificationVoter and KNNClassificationVoter to be formatted as np.asarray.
  2. Relocated the initialization of lf_ attribute for UncertaintyForest to the fit function. Allowed uncertaintyforest_posteriorestimates.ipynb benchmark to run as intended.
  3. 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].
  4. Specified new numpy version in requirements.txt to both resolve version conflicts with tensorflow and maintain support for Python 3.6.

Documentation Fixes

  1. Included "Tutorial Guidelines" in contributing.rst for better online display.
  2. Updated and added badges.