bayesian-classifier


Namebayesian-classifier JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryPython library for training and testing Bayesian classifiers
upload_time2023-07-27 23:48:23
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords bayesian classifier
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================
Bayesian Classifier
===================

The bayesian classifier utilizes Bayes Theorem to implement a categorical classifier. The current package contains classes that implement both Full Bayes classifier and Naïve Bayes Classifier, providing a CLI interface as well.

------------------------------------
Runing Bayes Classifier on your data
------------------------------------

.. code-block:: bash

    bayesian_classifier full_bayes train resource/iristrain3.txt --sep ","

.. code-block:: bash

    bayesian_classifier full_bayes test full_bayes.model resource/iristest3.txt

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bayesian-classifier",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "bayesian,classifier",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dc/a7/d379a376355ed9fd119a26e20ff0e509bc353a669694275aeadffb41bad2/bayesian_classifier-1.0.1.tar.gz",
    "platform": null,
    "description": "===================\nBayesian Classifier\n===================\n\nThe bayesian classifier utilizes Bayes Theorem to implement a categorical classifier. The current package contains classes that implement both Full Bayes classifier and Na\u00efve Bayes Classifier, providing a CLI interface as well.\n\n------------------------------------\nRuning Bayes Classifier on your data\n------------------------------------\n\n.. code-block:: bash\n\n    bayesian_classifier full_bayes train resource/iristrain3.txt --sep \",\"\n\n.. code-block:: bash\n\n    bayesian_classifier full_bayes test full_bayes.model resource/iristest3.txt\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library for training and testing Bayesian classifiers",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/mathbarc/bayesian-classifier"
    },
    "split_keywords": [
        "bayesian",
        "classifier"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc63e1b66e3c3f329afa95e27ac264c601146384a2e8cedcfd72af6b4a658790",
                "md5": "e1884c2121fd199569049130eca6c35f",
                "sha256": "89e8c3d190416d3310454ec3d19511889fc75d4b30eecf077ec3ffeb5ed41dbd"
            },
            "downloads": -1,
            "filename": "bayesian_classifier-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e1884c2121fd199569049130eca6c35f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5687,
            "upload_time": "2023-07-27T23:48:22",
            "upload_time_iso_8601": "2023-07-27T23:48:22.403406Z",
            "url": "https://files.pythonhosted.org/packages/bc/63/e1b66e3c3f329afa95e27ac264c601146384a2e8cedcfd72af6b4a658790/bayesian_classifier-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dca7d379a376355ed9fd119a26e20ff0e509bc353a669694275aeadffb41bad2",
                "md5": "8c7e80015d95eed19d51fe356c92619a",
                "sha256": "8dfece93748559850c2e47e4fe2a3d04eab0797539a71eb89bf022c3df52de9d"
            },
            "downloads": -1,
            "filename": "bayesian_classifier-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8c7e80015d95eed19d51fe356c92619a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4431,
            "upload_time": "2023-07-27T23:48:23",
            "upload_time_iso_8601": "2023-07-27T23:48:23.696629Z",
            "url": "https://files.pythonhosted.org/packages/dc/a7/d379a376355ed9fd119a26e20ff0e509bc353a669694275aeadffb41bad2/bayesian_classifier-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-27 23:48:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mathbarc",
    "github_project": "bayesian-classifier",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bayesian-classifier"
}
        
Elapsed time: 0.09248s