Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@rasbt rasbt released this 18 Mar 22:52
· 1107 commits to master since this release

Version 0.6.0 (2017-03-18)

Downloads
New Features
  • An association_rules function is implemented that allows to generate rules based on a list of frequent itemsets (via Joshua Goerner).
Changes
  • Adds a black edgecolor to plots via plotting.plot_decision_regions to make markers more distinguishable from the background in matplotlib>=2.0.
  • The association submodule was renamed to frequent_patterns.
Bug Fixes
  • The DataFrame index of apriori results are now unique and ordered.