Skip to content

Commit

Permalink
use frozensets in apriori (#394)
Browse files Browse the repository at this point in the history
* use frozensets in apriori

* update docs
  • Loading branch information
rasbt committed Jun 16, 2018
1 parent 84fde97 commit 37a8ae8
Show file tree
Hide file tree
Showing 7 changed files with 437 additions and 176 deletions.
2 changes: 1 addition & 1 deletion docs/sources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The CHANGELOG for the current development version is available at

##### Changes

- Itemsets generated with `apriori` are now sets ([#344](https://github.com/rasbt/mlxtend/issues/344) by [William Laney](https://github.com/WLaney))
- Itemsets generated with `apriori` are now `frozenset`s ([#393](https://github.com/rasbt/mlxtend/issues/393) by [William Laney](https://github.com/WLaney) and [#394](https://github.com/rasbt/mlxtend/issues/394))


##### Bug Fixes
Expand Down
Loading

0 comments on commit 37a8ae8

Please sign in to comment.