Version 0.17.2
New Features
Changes
- The previously deprecated
OnehotTransactions
has been removed in favor of theTransactionEncoder.
- Removed
SparseDataFrame
support in frequent pattern mining functions in favor of pandas >=1.0's new way for working sparse data. If you usedSparseDataFrame
formats, please see pandas' migration guide at https://pandas.pydata.org/pandas-docs/stable/user_guide/sparse.html#migrating (#667)