rgmining-fraudar


Namergmining-fraudar JSON
Version 0.7.3 PyPI version JSON
download
home_pagehttps://rgmining.github.io/fraudar/
SummaryA wrapper of Fraudar algorithm for Review graph mining project
upload_time2023-08-30 05:25:09
maintainer
docs_urlhttps://pythonhosted.org/rgmining-fraudar/
authorJunpei Kawamoto
requires_python>=3.9,<3.13
licenseGPL-3.0-only
keywords review graph mining algorithm kdd fraudar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.3-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/

            

Raw data

            {
    "_id": null,
    "home_page": "https://rgmining.github.io/fraudar/",
    "name": "rgmining-fraudar",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/rgmining-fraudar/",
    "requires_python": ">=3.9,<3.13",
    "maintainer_email": "",
    "keywords": "review,graph,mining,algorithm,kdd,fraudar",
    "author": "Junpei Kawamoto",
    "author_email": "kawamoto.junpei@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1d/f3/2ddefde8d1b59442adb0c4d4732cc5c881646b65d65b9259e81b294fc579/rgmining_fraudar-0.7.3.tar.gz",
    "platform": null,
    "description": "A wrapper of FRAUDAR algorithm\n==============================\n\n|GPLv3| |Build Status| |Maintainability| |Test Coverage| |Release|\n\n|Logo|\n\nThis package implements a wrapper of\n`FRAUDAR <https://bhooi.github.io/projects/fraudar/index.html>`__\nalgorithm to provide APIs defined in `Review Graph Mining\nproject <https://rgmining.github.io/>`__.\n\nInstallation\n------------\n\nUse ``pip`` to install this package.\n\n.. code:: shell\n\n    $pip install --upgrade rgmining-fraudar\n\nLicense\n-------\n\nThis software is released under The GNU General Public License Version\n3, see\n`COPYING <https://github.com/rgmining/fraudar/blob/master/COPYING>`__\nfor more detail.\n\nThe original FRAUDAR source code is made by `Bryan\nHooi <https://bhooi.github.io/index.html>`__, `Hyun Ah\nSong <http://www.cs.cmu.edu/~hyunahs/>`__, `Alex\nBeutel <http://alexbeutel.com/>`__, `Neil\nShah <http://nshah.net/>`__, `Kijung\nShin <https://kijungs.github.io/>`__, and `Christos\nFaloutsos <http://www.cs.cmu.edu/~christos/>`__, and licensed under\n`Apache License, Version 2.0 <LICENSE-2.0>`__. It is available at\nhttps://bhooi.github.io/projects/fraudar/index.html.\n\n.. |GPLv3| image:: https://img.shields.io/badge/license-GPLv3-blue.svg\n   :target: https://www.gnu.org/copyleft/gpl.html\n.. |Build Status| image:: https://github.com/rgmining/fraudar/actions/workflows/python-lib.yaml/badge.svg\n   :target: https://github.com/rgmining/fraudar/actions/workflows/python-lib.yaml\n.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/4c4c3df79b33f65b77cd/maintainability\n   :target: https://codeclimate.com/github/rgmining/fraudar/maintainability\n.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/4c4c3df79b33f65b77cd/test_coverage\n   :target: https://codeclimate.com/github/rgmining/fraudar/test_coverage\n.. |Release| image:: https://img.shields.io/badge/release-0.7.3-brightgreen.svg\n   :target: https://pypi.org/project/rgmining-fraudar/\n.. |Logo| image:: https://rgmining.github.io/fraudar/_static/image.png\n   :target: https://rgmining.github.io/fraudar/\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "A wrapper of Fraudar algorithm for Review graph mining project",
    "version": "0.7.3",
    "project_urls": {
        "Documentation": "https://rgmining.github.io/fraudar/",
        "Homepage": "https://rgmining.github.io/fraudar/",
        "Repository": "https://github.com/rgmining/fraudar"
    },
    "split_keywords": [
        "review",
        "graph",
        "mining",
        "algorithm",
        "kdd",
        "fraudar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c6fdfd77c3917443b03a74b808e34509efb6d4e67ed5c7bf6c0b41266f9c184",
                "md5": "91ea9e356ad197cfe8236e64d1886d3f",
                "sha256": "9781f97084876cbc6ba1a4c91a3db7ca5b7df71160262f981556960ff0a0efad"
            },
            "downloads": -1,
            "filename": "rgmining_fraudar-0.7.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91ea9e356ad197cfe8236e64d1886d3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.13",
            "size": 44609,
            "upload_time": "2023-08-30T05:25:08",
            "upload_time_iso_8601": "2023-08-30T05:25:08.120223Z",
            "url": "https://files.pythonhosted.org/packages/4c/6f/dfd77c3917443b03a74b808e34509efb6d4e67ed5c7bf6c0b41266f9c184/rgmining_fraudar-0.7.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1df32ddefde8d1b59442adb0c4d4732cc5c881646b65d65b9259e81b294fc579",
                "md5": "a1bec2b61885d6c86ac7452421eddd02",
                "sha256": "e1817bdc302a8d63d9e3bb02551c7b6e292c031a788dfd972ae01c8b597e6fff"
            },
            "downloads": -1,
            "filename": "rgmining_fraudar-0.7.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a1bec2b61885d6c86ac7452421eddd02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.13",
            "size": 26181,
            "upload_time": "2023-08-30T05:25:09",
            "upload_time_iso_8601": "2023-08-30T05:25:09.966055Z",
            "url": "https://files.pythonhosted.org/packages/1d/f3/2ddefde8d1b59442adb0c4d4732cc5c881646b65d65b9259e81b294fc579/rgmining_fraudar-0.7.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-30 05:25:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rgmining",
    "github_project": "fraudar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "rgmining-fraudar"
}
        
Elapsed time: 0.12389s