Skip to content

LANDMark Classifier version 2.0.0

Compare
Choose a tag to compare
@jrudar jrudar released this 17 May 22:50
· 84 commits to main since this release
563474c
  • Removed dependency on 'shap' - This can be assessed post-hoc using a variety of methods and improves LANDMark performance. May be re-introduced in the future.
  • Adding type annotations and parameter checking for LANDMark input and hyper-parameters. Additional annotations will be added in later patches for subsequent modules.
  • More informative class names (eg: BaggingClassifier -> Ensemble)
  • Simplified the Ensemble() class
  • Updated README, API, CONTRIBUTIONS, ISSUES, BUG_REPORT files
  • Added tests
  • Considerable reduction in redundant code by combining all linear models into a single base classifier (LMClassifier)
  • Removed unused modules
  • Bumped version to version 2.0