Metadata-Version: 2.1
Name: itpminer
Version: 0.0.1
Summary: Python implementation of ITPMiner algorithm
Home-page: https://github.com/chanyoungs/itpminer
Author: Local E
Author-email: csong@locale.app
License: MIT license
Description: # itpminer
        
        [![image](https://img.shields.io/pypi/v/itpminer.svg)](https://pypi.python.org/pypi/itpminer)
        
        **Python implementation of ITPMiner algorithm**[[1]](#1)
        
        -   Free software: MIT license
        -   Documentation: https://chanyoungs.github.io/itpminer
        
        ## Features
        
        -   TODO
        
        ## Credits
        
        This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
        
        ## References
        
        <a id="1">[1]</a>
        Anthony J.T. Lee, Chun-Sheng Wang,
        An efficient algorithm for mining frequent inter-transaction patterns,
        Information Sciences,
        Volume 177, Issue 17,
        2007,
        Pages 3453-3476,
        ISSN 0020-0255,
        https://doi.org/10.1016/j.ins.2007.03.007.
        (https://www.sciencedirect.com/science/article/pii/S002002550700151X)
        Keywords: Association rules; Data mining; Inter-transaction patterns
        
Keywords: itpminer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
