surgeo


Namesurgeo JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/theonaunheim/surgeo
SummaryBayesian Improved Surname Geocoder model
upload_time2021-04-04 16:04:44
maintainer
docs_urlNone
authorTheo Naunheim
requires_python
licenseMIT
keywords bisg disparate race
VCS
bugtrack_url
requirements surgeo pandas numpy openpyxl xlrd
Travis-CI
coveralls test coverage No coveralls.
            **Surgeo** is an impelmentation of the Bayesian Improved Surname
        Geocode (BISG) model created by Mark N. Elliot et al. and
        incluenced by the Consumer Financial Protection Bureau's (CFPB)
        implementation of the same. It also includes an implementation
        of the Bayesian Improved First Name Surname Geocode (BIFSG) model
        created by Ioan Voicu.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/theonaunheim/surgeo",
    "name": "surgeo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bisg,disparate,race",
    "author": "Theo Naunheim",
    "author_email": "theonaunheim@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e7/30/4cdaea1b5ed8298f075aef9d777144a65942034420d61c37eda47a330693/surgeo-1.1.2.tar.gz",
    "platform": "",
    "description": "**Surgeo** is an impelmentation of the Bayesian Improved Surname\n        Geocode (BISG) model created by Mark N. Elliot et al. and\n        incluenced by the Consumer Financial Protection Bureau's (CFPB)\n        implementation of the same. It also includes an implementation\n        of the Bayesian Improved First Name Surname Geocode (BIFSG) model\n        created by Ioan Voicu.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bayesian Improved Surname Geocoder model",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/theonaunheim/surgeo"
    },
    "split_keywords": [
        "bisg",
        "disparate",
        "race"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7304cdaea1b5ed8298f075aef9d777144a65942034420d61c37eda47a330693",
                "md5": "cde62e8cd45b85e6d6187fa2957bc77d",
                "sha256": "f24d1046c4badbb49a1682964fadd535f9bd8b1d8432d4afba63ffb4a16fd00c"
            },
            "downloads": -1,
            "filename": "surgeo-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cde62e8cd45b85e6d6187fa2957bc77d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13687388,
            "upload_time": "2021-04-04T16:04:44",
            "upload_time_iso_8601": "2021-04-04T16:04:44.241748Z",
            "url": "https://files.pythonhosted.org/packages/e7/30/4cdaea1b5ed8298f075aef9d777144a65942034420d61c37eda47a330693/surgeo-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-04-04 16:04:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "theonaunheim",
    "github_project": "surgeo",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "surgeo",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.24.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.16.1"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    ">=",
                    "3.0.2"
                ]
            ]
        },
        {
            "name": "xlrd",
            "specs": [
                [
                    ">=",
                    "1.2.0"
                ]
            ]
        }
    ],
    "lcname": "surgeo"
}
        
Elapsed time: 0.52699s