sapiensknn


Namesapiensknn JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/sapiens-technology/SapiensKNN
SummarySapiensKNN (K-Nearest Neighbors) is an algorithm for classification and regression that returns the result based on the Euclidean distance between the input values.
upload_time2024-03-27 06:42:28
maintainerNone
docs_urlNone
authorSAPIENS TECHNOLOGY
requires_pythonNone
licenseProprietary Software
keywords sapiens artificial intelligence machine learning data science ai ml knn k-nearest neighbors
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The SapiensKNN or Sapiens for K-Nearest Neighbors is a Machine Learning algorithm focused on data classification, where the response for each input is calculated based on the smallest Euclidean distance between the prediction input and the training inputs. The returned value for classification will always be one of the labels from the learning DataSet. If the value of the parameter K is greater than 1, the class that is most repeated among the nearest neighbors represented in K will be returned. Although the algorithm's primary focus is on data classification, it can also potentially be used for regression by returning the average of the values of the selected neighbors with the parameter K.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sapiens-technology/SapiensKNN",
    "name": "sapiensknn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Sapiens, Artificial Intelligence, Machine Learning, Data Science, AI, ML, KNN, K-Nearest Neighbors",
    "author": "SAPIENS TECHNOLOGY",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8a/03/2d31569ebdd569e483b2f211060ad4bd68a87e2afbf8ff8d846786dd46d3/sapiensknn-1.0.3.tar.gz",
    "platform": null,
    "description": "The SapiensKNN or Sapiens for K-Nearest Neighbors is a Machine Learning algorithm focused on data classification, where the response for each input is calculated based on the smallest Euclidean distance between the prediction input and the training inputs. The returned value for classification will always be one of the labels from the learning DataSet. If the value of the parameter K is greater than 1, the class that is most repeated among the nearest neighbors represented in K will be returned. Although the algorithm's primary focus is on data classification, it can also potentially be used for regression by returning the average of the values of the selected neighbors with the parameter K.\n",
    "bugtrack_url": null,
    "license": "Proprietary Software",
    "summary": "SapiensKNN (K-Nearest Neighbors) is an algorithm for classification and regression that returns the result based on the Euclidean distance between the input values.",
    "version": "1.0.3",
    "project_urls": {
        "Download": "https://github.com/sapiens-technology/SapiensKNN/archive/refs/heads/main.zip",
        "Homepage": "https://github.com/sapiens-technology/SapiensKNN",
        "Source code": "https://github.com/sapiens-technology/SapiensKNN"
    },
    "split_keywords": [
        "sapiens",
        " artificial intelligence",
        " machine learning",
        " data science",
        " ai",
        " ml",
        " knn",
        " k-nearest neighbors"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d11dbd379c0989ed47f1ca94c0c1a6090b0261b4a2b792dd17cff8baad6f3f4",
                "md5": "7483f38fd5df0d012cee835a0c541128",
                "sha256": "8737b20897fa9142a29cc6247cd40faf30d987c0f5541156e6ccf6bb7a123ad9"
            },
            "downloads": -1,
            "filename": "sapiensknn-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7483f38fd5df0d012cee835a0c541128",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5624,
            "upload_time": "2024-03-27T06:42:27",
            "upload_time_iso_8601": "2024-03-27T06:42:27.034022Z",
            "url": "https://files.pythonhosted.org/packages/9d/11/dbd379c0989ed47f1ca94c0c1a6090b0261b4a2b792dd17cff8baad6f3f4/sapiensknn-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a032d31569ebdd569e483b2f211060ad4bd68a87e2afbf8ff8d846786dd46d3",
                "md5": "44932663b7bdf644e696d1235326a5ac",
                "sha256": "e7de192937b8fbb901ac75ce0e1a9015db34580af9d6519a3a3a3e3f2367538f"
            },
            "downloads": -1,
            "filename": "sapiensknn-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "44932663b7bdf644e696d1235326a5ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9931,
            "upload_time": "2024-03-27T06:42:28",
            "upload_time_iso_8601": "2024-03-27T06:42:28.508896Z",
            "url": "https://files.pythonhosted.org/packages/8a/03/2d31569ebdd569e483b2f211060ad4bd68a87e2afbf8ff8d846786dd46d3/sapiensknn-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 06:42:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sapiens-technology",
    "github_project": "SapiensKNN",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sapiensknn"
}
        
Elapsed time: 0.24078s