Metadata-Version: 2.4
Name: rgmining-fraudar
Version: 0.7.6
Summary: A wrapper of Fraudar algorithm for Review graph mining project
License-Expression: GPL-3.0-only
License-File: COPYING
License-File: LICENSE-2.0
Keywords: algorithm,fraudar,graph,kdd,mining,review
Author: Junpei Kawamoto
Author-email: kawamoto.junpei@gmail.com
Requires-Python: >=3.11
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 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: sample
Requires-Dist: click (>=8) ; extra == "sample"
Requires-Dist: numpy (>=2.2)
Requires-Dist: rgmining-synthetic-dataset (>=0.9) ; extra == "sample"
Requires-Dist: scikit-learn (>=1.6.1)
Project-URL: Documentation, https://rgmining.github.io/fraudar/
Project-URL: Homepage, 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| |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
.. |Release| image:: https://img.shields.io/badge/release-0.7.6-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/

