Metadata-Version: 1.1
Name: rgmining-fraud-eagle
Version: 0.9.5.post1
Summary: An implementation of Fraud Eagle algorithm
Home-page: https://github.com/rgmining/frad-eagle
Author: Junpei Kawamoto
Author-email: kawamoto.junpei@gmail.com
License: GPLv3
Description: Fraud Eagle Algorithm
        =====================
        
        |GPLv3| |Build Status| |wercker status| |Code Climate| |Release|
        |Japanese|
        
        |Logo|
        
        This package provides an implementation of Fraud Eagle algorithm. This
        algorithm has been introduced by Leman Akoglu, *et al.* in `ICWSM
        2013 <https://www.aaai.org/ocs/index.php/ICWSM/ICWSM13/paper/viewFile/5981/6338>`__
        
        See `the documents <https://rgmining.github.io/fraud-eagle/>`__ for more
        information.
        
        Installation
        ------------
        
        Use ``pip`` to install this package.
        
        ::
        
            pip install --upgrade rgmining-fraud-eagle
        
        License
        -------
        
        This software is released under The GNU General Public License Version
        3, see
        `COPYING <https://github.com/rgmining/fraud-eagle/blob/master/COPYING>`__
        for more detail.
        
        .. |GPLv3| image:: https://img.shields.io/badge/license-GPLv3-blue.svg
           :target: https://www.gnu.org/copyleft/gpl.html
        .. |Build Status| image:: https://travis-ci.org/rgmining/fraud-eagle.svg?branch=master
           :target: https://travis-ci.org/rgmining/fraud-eagle
        .. |wercker status| image:: https://app.wercker.com/status/fb1061f0043991bf7609a198a96acbaf/s/master
           :target: https://app.wercker.com/project/byKey/fb1061f0043991bf7609a198a96acbaf
        .. |Code Climate| image:: https://codeclimate.com/github/rgmining/fraud-eagle/badges/gpa.svg
           :target: https://codeclimate.com/github/rgmining/fraud-eagle
        .. |Release| image:: https://img.shields.io/badge/release-0.9.5-brightgreen.svg
           :target: https://github.com/rgmining/fraud-eagle/releases/tag/v0.9.5
        .. |Japanese| image:: https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg
           :target: http://qiita.com/jkawamoto/items/d2284316cc37cd810bfd
        .. |Logo| image:: https://rgmining.github.io/fraud-eagle/_static/image.png
           :target: https://rgmining.github.io/fraud-eagle/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Information Analysis
