Skip to content

Commit

Permalink
add leverage metric
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 17, 2017
1 parent 01cc06b commit ec3e806
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 139 deletions.
3 changes: 2 additions & 1 deletion docs/sources/CHANGELOG.md
Expand Up @@ -19,7 +19,8 @@ The CHANGELOG for the current development version is available at

##### Changes

- The `'support'` column returned by `frequent_patterns.association_rules` was renamed to `'antecedant support'`, and additional `'consequent support'` column was added, as well as an `'a & c'` column, to avoid ambiguity.
- The `'support'` column returned by `frequent_patterns.association_rules` was changed to compute the support of "antecedant union consequent", and new `antecedant support'` and `'consequent support'` column were added to avoid ambiguity.
- Added `'leverage'` as an evaluation metric for `frequent_patterns.association_rules`

##### Bug Fixes

Expand Down

0 comments on commit ec3e806

Please sign in to comment.