rgmining-rsd


Namergmining-rsd JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://rgmining.github.io/rsd/
SummaryAn implementation of Review Spammer Detection algorithm
upload_time2023-07-26 07:42:58
maintainer
docs_urlhttps://pythonhosted.org/rgmining-rsd/
authorJunpei Kawamoto
requires_python>=3.9,<4.0
licenseGPL-3.0-only
keywords review graph mining algorithm icdm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            An implementation of Review Spammer Detection
=============================================

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

|Logo|

This package provides an implementation of Review Spammer Detection
(RSD) introduced in this paper:

- `Guan Wang <https://www.linkedin.com/in/guanwang/>`__,
  `Sihong Xie <https://engineering.lehigh.edu/faculty/sihong-xie>`__,
  `Bing Liu <https://www.cs.uic.edu/~liub/>`__, and
  `Philip S. Yu <https://www.cs.uic.edu/~psyu/>`__,
  "`Review Graph Based Online Store Review Spammer Detection <https://ieeexplore.ieee.org/document/6137345?arnumber=6137345>`__,"
  Proc. of `IEEE 11th International Conference on Data Mining <https://ieeexplore.ieee.org/xpl/conhome/6135855/proceeding>`__, 2011, pp. 1242-1247.

See `the documents <https://rgmining.github.io/rsd/>`__ for more
information.

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

Use ``pip`` to install this package.

::

    pip install --upgrade rgmining-rsd

License
-------

This software is released under The GNU General Public License Version
3, see `COPYING <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/rsd/actions/workflows/python-lib.yaml/badge.svg
   :target: https://github.com/rgmining/rsd/actions/workflows/python-lib.yaml
.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/maintainability
   :target: https://codeclimate.com/github/rgmining/rsd/maintainability
.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/test_coverage
   :target: https://codeclimate.com/github/rgmining/rsd/test_coverage
.. |Release| image:: https://img.shields.io/badge/release-0.3.3-brightgreen.svg
   :target: https://pypi.org/project/rgmining-rsd/
.. |Logo| image:: https://rgmining.github.io/synthetic/_static/image.png
   :target: https://rgmining.github.io/rsd/

            

Raw data

            {
    "_id": null,
    "home_page": "https://rgmining.github.io/rsd/",
    "name": "rgmining-rsd",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/rgmining-rsd/",
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "review,graph,mining,algorithm,icdm",
    "author": "Junpei Kawamoto",
    "author_email": "kawamoto.junpei@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f0/8d/d1a58d0aca617e933bebc4c2ef24af4137ebd1b1d6fd72ea2b21c4c9dfb8/rgmining_rsd-0.3.3.tar.gz",
    "platform": null,
    "description": "An implementation of Review Spammer Detection\n=============================================\n\n|GPLv3| |Build Status| |Maintainability| |Test Coverage| |Release|\n\n|Logo|\n\nThis package provides an implementation of Review Spammer Detection\n(RSD) introduced in this paper:\n\n- `Guan Wang <https://www.linkedin.com/in/guanwang/>`__,\n  `Sihong Xie <https://engineering.lehigh.edu/faculty/sihong-xie>`__,\n  `Bing Liu <https://www.cs.uic.edu/~liub/>`__, and\n  `Philip S. Yu <https://www.cs.uic.edu/~psyu/>`__,\n  \"`Review Graph Based Online Store Review Spammer Detection <https://ieeexplore.ieee.org/document/6137345?arnumber=6137345>`__,\"\n  Proc. of `IEEE 11th International Conference on Data Mining <https://ieeexplore.ieee.org/xpl/conhome/6135855/proceeding>`__, 2011, pp. 1242-1247.\n\nSee `the documents <https://rgmining.github.io/rsd/>`__ for more\ninformation.\n\nInstallation\n------------\n\nUse ``pip`` to install this package.\n\n::\n\n    pip install --upgrade rgmining-rsd\n\nLicense\n-------\n\nThis software is released under The GNU General Public License Version\n3, see `COPYING <COPYING>`__ for more detail.\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/rsd/actions/workflows/python-lib.yaml/badge.svg\n   :target: https://github.com/rgmining/rsd/actions/workflows/python-lib.yaml\n.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/maintainability\n   :target: https://codeclimate.com/github/rgmining/rsd/maintainability\n.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/test_coverage\n   :target: https://codeclimate.com/github/rgmining/rsd/test_coverage\n.. |Release| image:: https://img.shields.io/badge/release-0.3.3-brightgreen.svg\n   :target: https://pypi.org/project/rgmining-rsd/\n.. |Logo| image:: https://rgmining.github.io/synthetic/_static/image.png\n   :target: https://rgmining.github.io/rsd/\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "An implementation of Review Spammer Detection algorithm",
    "version": "0.3.3",
    "project_urls": {
        "Documentation": "https://rgmining.github.io/rsd/",
        "Homepage": "https://rgmining.github.io/rsd/",
        "Repository": "https://github.com/rgmining/rsd"
    },
    "split_keywords": [
        "review",
        "graph",
        "mining",
        "algorithm",
        "icdm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d68636702bdf428f5ed7a95973035d789c573ddd7185f2094bb493d9394bc48",
                "md5": "ac33a25770fed8eaf93eb107ecc87138",
                "sha256": "e67401d23f2b1a7b609215378911cf3cf5f6e645a023561ff1135276182d9bd3"
            },
            "downloads": -1,
            "filename": "rgmining_rsd-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ac33a25770fed8eaf93eb107ecc87138",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 31832,
            "upload_time": "2023-07-26T07:42:57",
            "upload_time_iso_8601": "2023-07-26T07:42:57.010362Z",
            "url": "https://files.pythonhosted.org/packages/8d/68/636702bdf428f5ed7a95973035d789c573ddd7185f2094bb493d9394bc48/rgmining_rsd-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f08dd1a58d0aca617e933bebc4c2ef24af4137ebd1b1d6fd72ea2b21c4c9dfb8",
                "md5": "8d22e17c29e691b1497bcefd41c11c23",
                "sha256": "4b10eb795af12f799fd0d5504398a0bbd55653a710dd70ebf30234e43658b65b"
            },
            "downloads": -1,
            "filename": "rgmining_rsd-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8d22e17c29e691b1497bcefd41c11c23",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 18549,
            "upload_time": "2023-07-26T07:42:58",
            "upload_time_iso_8601": "2023-07-26T07:42:58.491523Z",
            "url": "https://files.pythonhosted.org/packages/f0/8d/d1a58d0aca617e933bebc4c2ef24af4137ebd1b1d6fd72ea2b21c4c9dfb8/rgmining_rsd-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-26 07:42:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rgmining",
    "github_project": "rsd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "rgmining-rsd"
}
        
Elapsed time: 0.09406s