sapiensnb


Namesapiensnb JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/sapiens-technology/SapiensNB
SummarySapiensNB (Naive Bayes) is a classification algorithm that returns a probabilistic result based on Bayes Theorem.
upload_time2024-03-27 06:54:30
maintainerNone
docs_urlNone
authorSAPIENS TECHNOLOGY
requires_pythonNone
licenseProprietary Software
keywords sapiens artificial intelligence machine learning data science ai ml naive bayes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The SapiensNB or Sapiens for Naive Bayes is a Machine Learning algorithm focused on probabilistic data classification, where the answer for each input is calculated based on the highest probability of similarity between the prediction input and the training inputs. The probabilistic calculation is based on the following mathematical theorem: P(A/B) = P(B/A) x P(A) / P(B), where P is the probability, A is the class and B are the attributes. This theorem can be applied to both numerical classification and textual classification of data.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sapiens-technology/SapiensNB",
    "name": "sapiensnb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Sapiens, Artificial Intelligence, Machine Learning, Data Science, AI, ML, Naive Bayes",
    "author": "SAPIENS TECHNOLOGY",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a5/12/e68fb7c6e6866c51e329ee038e9c56c8864d762227524b5e7beca1b3eadc/sapiensnb-1.0.4.tar.gz",
    "platform": null,
    "description": "The SapiensNB or Sapiens for Naive Bayes is a Machine Learning algorithm focused on probabilistic data classification, where the answer for each input is calculated based on the highest probability of similarity between the prediction input and the training inputs. The probabilistic calculation is based on the following mathematical theorem: P(A/B) = P(B/A) x P(A) / P(B), where P is the probability, A is the class and B are the attributes. This theorem can be applied to both numerical classification and textual classification of data.\n",
    "bugtrack_url": null,
    "license": "Proprietary Software",
    "summary": "SapiensNB (Naive Bayes) is a classification algorithm that returns a probabilistic result based on Bayes Theorem.",
    "version": "1.0.4",
    "project_urls": {
        "Download": "https://github.com/sapiens-technology/SapiensNB/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/sapiens-technology/SapiensNB",
        "Source code": "https://github.com/sapiens-technology/SapiensNB"
    },
    "split_keywords": [
        "sapiens",
        " artificial intelligence",
        " machine learning",
        " data science",
        " ai",
        " ml",
        " naive bayes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7120e20932b5c1230cab9309f1a49b38e9ac21a85a99f745cb0c08cd2dd209af",
                "md5": "9f14f3533d0dc1f71d58f67e7a54c991",
                "sha256": "6a863d3ecd85f553232638dcd63b7c3356604f1dc7a1afd5bad6502be6c84773"
            },
            "downloads": -1,
            "filename": "sapiensnb-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f14f3533d0dc1f71d58f67e7a54c991",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6328,
            "upload_time": "2024-03-27T06:54:29",
            "upload_time_iso_8601": "2024-03-27T06:54:29.234473Z",
            "url": "https://files.pythonhosted.org/packages/71/20/e20932b5c1230cab9309f1a49b38e9ac21a85a99f745cb0c08cd2dd209af/sapiensnb-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a512e68fb7c6e6866c51e329ee038e9c56c8864d762227524b5e7beca1b3eadc",
                "md5": "92d8858105817dc6cc3caf802769c408",
                "sha256": "71b463273fdacd63bd0ee70d673917e204789ebaff9b2615cf1205e0da385b41"
            },
            "downloads": -1,
            "filename": "sapiensnb-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "92d8858105817dc6cc3caf802769c408",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10280,
            "upload_time": "2024-03-27T06:54:30",
            "upload_time_iso_8601": "2024-03-27T06:54:30.680216Z",
            "url": "https://files.pythonhosted.org/packages/a5/12/e68fb7c6e6866c51e329ee038e9c56c8864d762227524b5e7beca1b3eadc/sapiensnb-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 06:54:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sapiens-technology",
    "github_project": "SapiensNB",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sapiensnb"
}
        
Elapsed time: 0.20434s