Metadata-Version: 2.1
Name: rgmining-fraudar
Version: 0.7.0
Summary: A wrapper of Fraudar algorithm for Review graph mining project
Home-page: https://rgmining.github.io/fraudar/
License: GPL-3.0-only
Keywords: review,graph,mining,algorithm,kdd,fraudar
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: numpy (>=1.24.1,<2.0.0)
Requires-Dist: scikit-learn (>=1.2.0,<2.0.0)
Project-URL: Documentation, https://rgmining.github.io/fraudar/
Project-URL: Repository, https://github.com/rgmining/fraudar
Description-Content-Type: text/x-rst

A wrapper of FRAUDAR algorithm
==============================

|GPLv3| |Build Status| |Maintainability| |Test Coverage| |Release|

|Logo|

This package implements a wrapper of
`FRAUDAR <https://bhooi.github.io/projects/fraudar/index.html>`__
algorithm to provide APIs defined in `Review Graph Mining
project <https://rgmining.github.io/>`__.

Installation
------------

Use ``pip`` to install this package.

.. code:: shell

    $pip install --upgrade rgmining-fraudar

License
-------

This software is released under The GNU General Public License Version
3, see
`COPYING <https://github.com/rgmining/fraudar/blob/master/COPYING>`__
for more detail.

The original FRAUDAR source code is made by `Bryan
Hooi <https://bhooi.github.io/index.html>`__, `Hyun Ah
Song <http://www.cs.cmu.edu/~hyunahs/>`__, `Alex
Beutel <http://alexbeutel.com/>`__, `Neil
Shah <http://nshah.net/>`__, `Kijung
Shin <https://kijungs.github.io/>`__, and `Christos
Faloutsos <http://www.cs.cmu.edu/~christos/>`__, and licensed under
`Apache License, Version 2.0 <LICENSE-2.0>`__. It is available at
https://bhooi.github.io/projects/fraudar/index.html.

.. |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/fraudar/actions/workflows/python-lib.yaml/badge.svg
   :target: https://github.com/rgmining/fraudar/actions/workflows/python-lib.yaml
.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/4c4c3df79b33f65b77cd/maintainability
   :target: https://codeclimate.com/github/rgmining/fraudar/maintainability
.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/4c4c3df79b33f65b77cd/test_coverage
   :target: https://codeclimate.com/github/rgmining/fraudar/test_coverage
.. |Release| image:: https://img.shields.io/badge/release-0.7.0-brightgreen.svg
   :target: https://pypi.org/project/rgmining-fraudar/
.. |Logo| image:: https://rgmining.github.io/fraudar/_static/image.png
   :target: https://rgmining.github.io/fraudar/

