Metadata-Version: 2.1
Name: rgmining-fraud-eagle
Version: 0.10.0
Summary: An implementation of Fraud Eagle algorithm
Home-page: https://rgmining.github.io/frad-eagle/
License: GPL-3.0-only
Keywords: review,graph,mining,algorithm,icwsm,fraud-eagle
Author: Junpei Kawamoto
Author-email: kawamoto.junpei@gmail.com
Requires-Python: >=3.9,<4.0
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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: networkx (>=3.0,<4.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Project-URL: Documentation, https://rgmining.github.io/frad-eagle/
Project-URL: Repository, https://github.com/rgmining/frad-eagle
Description-Content-Type: text/x-rst

Fraud Eagle Algorithm
=====================

|GPLv3| |Build Status| |Maintainability| |Test Coverage| |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://github.com/rgmining/fraud-eagle/actions/workflows/python-lib.yaml/badge.svg
   :target: https://github.com/rgmining/fraud-eagle/actions/workflows/python-lib.yaml
.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/cf5f0ee2f7f5aa6bd846/maintainability
   :target: https://codeclimate.com/github/rgmining/fraud-eagle/maintainability
.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/cf5f0ee2f7f5aa6bd846/test_coverage
   :target: https://codeclimate.com/github/rgmining/fraud-eagle/test_coverage
.. |Release| image:: https://img.shields.io/badge/release-0.10.0-brightgreen.svg
   :target: https://pypi.org/project/rgmining-fraud-eagle/
.. |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/

