usscore


Nameusscore JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/y-takefuji/scoreUS
SummaryPyPI package for scoring state policies of covid-19 in the US
upload_time2024-04-23 06:32:59
maintainerNone
docs_urlNone
authoryoshiyasu takefuji
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # scoreUS
[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/e14c55c9-376c-4ece-8d3b-50c7aebe4c23/tree)

DOI: https://doi.org/10.24433/CO.2791944.v1

Y. Takefuji, "The Best and Sustainable COVID-19 Policy in the World," in IEEE Transactions on Computational Social Systems, doi: 10.1109/TCSS.2022.3227926.

Takefuji, Y. Toyokura, J. Time-series COVID-19 policy outcome analysis of the 50 U.S. states. Clinical Immunology Communications. https://doi.org/10.1016/j.clicom.2023.08.002 (2023).


This is a practice or exercise for students.

1. Build a program for scoring U.S. states' policies toward the COVID-19 pandemic. 
Scoring is based on the number of deaths per population (millions).

2. Then, use machine learning for understanding the relationship between its scores and other indicators.
Specify feature-importances in descending order.

Indicators such as the number of deaths, immunization rates, population, 
poverty rates, and others must be used in machine learning.

3. Examine whether the result will play a key role for policymakers in their decision-making against the pandemic.

https://data.cdc.gov/api/views/9bhg-hcku/rows.csv

usscore is to score state COVID-19 policies in the US. 
Scoring is calculated by dividing the number of deaths due to COVID-19 by the population in millions.
The goal of usscore is for states with poor scores to learn good strategies from states with excellent scores.


# How to install usscore on Linux, MacOS, or WSL on Windows
$ pip install usscore

# How to install usscore on Windows 11 or 10
$ pip install usscore --force-reinstall --no-cache-dir --no-binary :all:

# how to run usscore
$ usscore

The result of sorted scores is shown as follows as of March 10 2022.

<img src=https://github.com/y-takefuji/scoreUS/raw/main/score.png  width=515 height=1507>


Comparison with other countries on scores generated by scorecovid:
https://pypi.org/project/scorecovid


<img src=https://github.com/y-takefuji/scoreUS/raw/main/world.png  width=465 height=496>

# deaths of US states:

https://github.com/nytimes/covid-19-data/raw/master/live/us-states.csv

# vaccination rate of US states:

https://covid.ourworldindata.org/data/vaccinations/us_state_vaccinations.csv

# Use PopulationReport.csv on population by state in the US:

https://data.ers.usda.gov/reports.aspx?ID=17827

https://www2.census.gov/programs-surveys/popest/datasets/2020-2021/state/totals/NST-EST2021-alldata.csv

# Use pov.csv file on poverty rate by state in the US:

https://data.ers.usda.gov/reports.aspx?ID=17826

# Use health.csv:

https://www.americashealthrankings.org/explore/health-of-women-and-children/measure/outcomes_hwc_2020/state/ALL

# education

https://www.nationsreportcard.gov/profiles/stateprofile?chort=1&sub=SCI&sj=AL&sfj=NP&st=MN&year=2015R3




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/y-takefuji/scoreUS",
    "name": "usscore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yoshiyasu takefuji",
    "author_email": "takefuji@keio.jp",
    "download_url": "https://files.pythonhosted.org/packages/7d/4d/e8d72f4e34cc19cfb9d77cae14a791ae26f7066d4883003a847be0e650f1/usscore-0.0.7.tar.gz",
    "platform": null,
    "description": "# scoreUS\n[![Open in Code Ocean](https://codeocean.com/codeocean-assets/badge/open-in-code-ocean.svg)](https://codeocean.com/capsule/e14c55c9-376c-4ece-8d3b-50c7aebe4c23/tree)\n\nDOI: https://doi.org/10.24433/CO.2791944.v1\n\nY. Takefuji, \"The Best and Sustainable COVID-19 Policy in the World,\" in IEEE Transactions on Computational Social Systems, doi: 10.1109/TCSS.2022.3227926.\n\nTakefuji, Y. Toyokura, J. Time-series COVID-19 policy outcome analysis of the 50 U.S. states. Clinical Immunology Communications. https://doi.org/10.1016/j.clicom.2023.08.002 (2023).\n\n\nThis is a practice or exercise for students.\n\n1. Build a program for scoring U.S. states' policies toward the COVID-19 pandemic. \nScoring is based on the number of deaths per population (millions).\n\n2. Then, use machine learning for understanding the relationship between its scores and other indicators.\nSpecify feature-importances in descending order.\n\nIndicators such as the number of deaths, immunization rates, population, \npoverty rates, and others must be used in machine learning.\n\n3. Examine whether the result will play a key role for policymakers in their decision-making against the pandemic.\n\nhttps://data.cdc.gov/api/views/9bhg-hcku/rows.csv\n\nusscore is to score state COVID-19 policies in the US. \nScoring is calculated by dividing the number of deaths due to COVID-19 by the population in millions.\nThe goal of usscore is for states with poor scores to learn good strategies from states with excellent scores.\n\n\n# How to install usscore on Linux, MacOS, or WSL on Windows\n$ pip install usscore\n\n# How to install usscore on Windows 11 or 10\n$ pip install usscore --force-reinstall --no-cache-dir --no-binary :all:\n\n# how to run usscore\n$ usscore\n\nThe result of sorted scores is shown as follows as of March 10 2022.\n\n<img src=https://github.com/y-takefuji/scoreUS/raw/main/score.png  width=515 height=1507>\n\n\nComparison with other countries on scores generated by scorecovid:\nhttps://pypi.org/project/scorecovid\n\n\n<img src=https://github.com/y-takefuji/scoreUS/raw/main/world.png  width=465 height=496>\n\n# deaths of US states:\n\nhttps://github.com/nytimes/covid-19-data/raw/master/live/us-states.csv\n\n# vaccination rate of US states:\n\nhttps://covid.ourworldindata.org/data/vaccinations/us_state_vaccinations.csv\n\n# Use PopulationReport.csv on population by state in the US:\n\nhttps://data.ers.usda.gov/reports.aspx?ID=17827\n\nhttps://www2.census.gov/programs-surveys/popest/datasets/2020-2021/state/totals/NST-EST2021-alldata.csv\n\n# Use pov.csv file on poverty rate by state in the US:\n\nhttps://data.ers.usda.gov/reports.aspx?ID=17826\n\n# Use health.csv:\n\nhttps://www.americashealthrankings.org/explore/health-of-women-and-children/measure/outcomes_hwc_2020/state/ALL\n\n# education\n\nhttps://www.nationsreportcard.gov/profiles/stateprofile?chort=1&sub=SCI&sj=AL&sfj=NP&st=MN&year=2015R3\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PyPI package for scoring state policies of covid-19 in the US",
    "version": "0.0.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/y-takefuji/scoreUS",
        "Homepage": "https://github.com/y-takefuji/scoreUS"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "792db97785a5d243c9b995a12198a0d0bbb6fba44572d97b71ff5c086aae61b5",
                "md5": "6c877bc24581fcf787fed50ccc1ff48a",
                "sha256": "f149b891f272cff12a74ec0a788240b4969567cbc8a006194d5055ef1a00672e"
            },
            "downloads": -1,
            "filename": "usscore-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c877bc24581fcf787fed50ccc1ff48a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3743,
            "upload_time": "2024-04-23T06:32:57",
            "upload_time_iso_8601": "2024-04-23T06:32:57.793786Z",
            "url": "https://files.pythonhosted.org/packages/79/2d/b97785a5d243c9b995a12198a0d0bbb6fba44572d97b71ff5c086aae61b5/usscore-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d4de8d72f4e34cc19cfb9d77cae14a791ae26f7066d4883003a847be0e650f1",
                "md5": "1dcab1793d51ac9e605a6742ac89cf23",
                "sha256": "6955355c8fe7c4a8d54ecbdc498af7ee46bbf87243bc048f291725111ce580c8"
            },
            "downloads": -1,
            "filename": "usscore-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1dcab1793d51ac9e605a6742ac89cf23",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3536,
            "upload_time": "2024-04-23T06:32:59",
            "upload_time_iso_8601": "2024-04-23T06:32:59.389726Z",
            "url": "https://files.pythonhosted.org/packages/7d/4d/e8d72f4e34cc19cfb9d77cae14a791ae26f7066d4883003a847be0e650f1/usscore-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 06:32:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "y-takefuji",
    "github_project": "scoreUS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "usscore"
}
        
Elapsed time: 0.25810s