knnimpute


Nameknnimpute JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/hammerlab/knnimpute
Summaryk-Nearest Neighbor imputation
upload_time2017-03-16 19:19:23
maintainer
docs_urlNone
authorAlex Rubinsteyn
requires_python
licensehttp://www.apache.org/licenses/LICENSE-2.0.html
keywords
VCS
bugtrack_url
requirements six numpy
Travis-CI
coveralls test coverage No coveralls.
            |Build Status| |Coverage Status|

knnimpute
=========

Multiple implementations of kNN imputation in pure Python + NumPy

.. |Build Status| image:: https://travis-ci.org/hammerlab/knnimpute.svg?branch=master
   :target: https://travis-ci.org/hammerlab/knnimpute
.. |Coverage Status| image:: https://coveralls.io/repos/github/hammerlab/knnimpute/badge.svg?branch=master
   :target: https://coveralls.io/github/hammerlab/knnimpute?branch=master

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hammerlab/knnimpute",
    "name": "knnimpute",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Alex Rubinsteyn",
    "author_email": "alex.rubinsteyn@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e8/35/e9ab006430d36aed71f623db8d194a723a14d40b52b3405cdd5b94d9de04/knnimpute-0.1.0.tar.gz",
    "platform": "",
    "description": "|Build Status| |Coverage Status|\n\nknnimpute\n=========\n\nMultiple implementations of kNN imputation in pure Python + NumPy\n\n.. |Build Status| image:: https://travis-ci.org/hammerlab/knnimpute.svg?branch=master\n   :target: https://travis-ci.org/hammerlab/knnimpute\n.. |Coverage Status| image:: https://coveralls.io/repos/github/hammerlab/knnimpute/badge.svg?branch=master\n   :target: https://coveralls.io/github/hammerlab/knnimpute?branch=master\n",
    "bugtrack_url": null,
    "license": "http://www.apache.org/licenses/LICENSE-2.0.html",
    "summary": "k-Nearest Neighbor imputation",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/hammerlab/knnimpute"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e835e9ab006430d36aed71f623db8d194a723a14d40b52b3405cdd5b94d9de04",
                "md5": "5ccc81168c6d61e0a563382923aef6a7",
                "sha256": "4a05857be4b883a6d690c4c9e07e2920b324c30c97b7ed6241e0bdfb0bcb7af0"
            },
            "downloads": -1,
            "filename": "knnimpute-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ccc81168c6d61e0a563382923aef6a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8331,
            "upload_time": "2017-03-16T19:19:23",
            "upload_time_iso_8601": "2017-03-16T19:19:23.402872Z",
            "url": "https://files.pythonhosted.org/packages/e8/35/e9ab006430d36aed71f623db8d194a723a14d40b52b3405cdd5b94d9de04/knnimpute-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-03-16 19:19:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hammerlab",
    "github_project": "knnimpute",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "six",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.10"
                ]
            ]
        }
    ],
    "lcname": "knnimpute"
}
        
Elapsed time: 0.46817s