Metadata-Version: 1.2
Name: smartsifter
Version: 0.1.1.dev1
Summary: Python implementation of SmartSifter
Home-page: https://github.com/sk1010k/SmartSifter
Author: sk1010k
License: MIT
Description: # SmartSifter
        
        This is Python implementation of [SmartSifter - On-line Unsupervised Outlier Detection Using Finite Mixtures with Discounting Learning Algorithms (Yamanishi et al., 2004)](https://togaware.com/papers/kdd00.pdf).
        
        ## Install
        `pip install smartsifter`
        
        ## Usage
        See `sample.py`
        
Keywords: SmartSifter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
