Skip to content

deep_causality_discovery-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 12:09
· 138 commits to main since this release
0b20d8d

Added

  • (deep_causality_algorithms) Generic MRMR
  • (deep_causality_algorithms) Added mrmr score to feature selection. documented in specs/006-mrmr-feature-score.
  • (deep_causality_discovery) working on data cleaning step during CDL

Fixed

  • (deep_causality_discovery) refactored CDL module for improved modularity
  • (deep_causality_algorithms) renamed mrmr algo

Other

  • (deep_causality_algorithms) increased test coverage.
  • (deep_causality_discovery) Added or updates test coverage for DataCleaner and affected types.
  • Preparing DataCleaning stage in CDL.