Added the Hmine Algorithm

  • Tech Stack: Python, Numpy, Pandas
  • Github URL: Project Link

Added the Hmine Algorithm to the mlxtend library. The Hmine algorithm is a fast and memory efficient algorithm for mining frequent itemsets from transactional databases. The algorithm is based on the Apriori algorithm and uses a hash-based approach to reduce the memory footprint. I added the test case and documents to the library along with the hmine algorithm. I added 1456 lines of code in total. See the documentation for more details.

Documentation