Skip to content

Releases: KxSystems/ml

v0.1.1

14 Dec 14:11
5f6fce8
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Modifications to Benjamini-Hochberg Test and significant features function

  • Benjamini-Hochberg test was performing incorrectly due to error in function definition. Insignificant features had been returned rather than the significant ones
  • Significant features function (.ml.fresh.significantfeatures) had not been working if no 'binary' features were contained in the table passed to it

Changes:
cec011f error in benjamini-hochberg test
93e100f modification to significant features to handle edge case