mscore 25.3.2__tar.gz → 25.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mscore-25.3.2 → mscore-25.3.3}/PKG-INFO +3 -3
- {mscore-25.3.2 → mscore-25.3.3}/README.md +2 -2
- {mscore-25.3.2 → mscore-25.3.3}/mscore/__init__.pye +1 -1
- {mscore-25.3.2 → mscore-25.3.3}/mscore.egg-info/PKG-INFO +3 -3
- {mscore-25.3.2 → mscore-25.3.3}/pyproject.toml +1 -1
- {mscore-25.3.2 → mscore-25.3.3}/mscore/__main__.py +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/activate.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/data_variables/__init__.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/data_variables/hcc_descriptors.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/data_variables/hierarchies.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/data_variables/variable_dict.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/demography_builder.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/demography_vars_applicator.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/file_handler.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/hcc_handler.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/ram_models.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2221CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2222CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2223CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2224CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2225CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2421CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2422CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2423CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2424CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2425CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2824CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Crosswalks/F2825CW.TXT +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V22.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V222179O1.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V24.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V242186P1.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V22.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V222279O1.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V24.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V242286P1.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V22.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V24.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V22.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V24.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V28.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V22.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V24.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V28.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/application_tables/application_format_fact.parquet +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/application_tables/application_model_coefficient.parquet +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/application_tables/application_model_dimension.parquet +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/model_formats_all_columns/2023_CMS-HCC_V222379O1_format.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/model_formats_all_columns/2023_CMS-HCC_V242386P1_format.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/model_formats_all_columns/2024_CMS-HCC_V28_format.csv +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/scoring_handler.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/__init__.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/authentication.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/cli.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/context.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/data_models.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/data_validation.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/file_organizer.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/licensing.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/log_handler.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore/utilities/user_models.pye +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore.egg-info/SOURCES.txt +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore.egg-info/dependency_links.txt +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore.egg-info/entry_points.txt +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore.egg-info/requires.txt +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/mscore.egg-info/top_level.txt +0 -0
- {mscore-25.3.2 → mscore-25.3.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mscore
|
|
3
|
-
Version: 25.3.
|
|
3
|
+
Version: 25.3.3
|
|
4
4
|
Summary: MScore: Risk Scores Made Easy
|
|
5
5
|
Home-page: https://github.com/elevendatacorp/mscore.git
|
|
6
6
|
Author: RAM Development Team
|
|
@@ -33,7 +33,7 @@ Dynamic: home-page
|
|
|
33
33
|
|
|
34
34
|
M<span style="font-size:.8em;">SCORE<sup>®</sup></span> is a python package designed to streamline the CMS-HCC model risk score calculation process for health plans and providers participating in Medicare Advantage and value-based care. It provides a SAS®-free alternative to produce HCCs and risk scores. It streamlines your data processing for enhanced accessibility and allows you to keep your data secure in-house, so you can focus on execution of your risk adjustment strategy.
|
|
35
35
|
|
|
36
|
-
##
|
|
36
|
+
## Benefits
|
|
37
37
|
- **Implement Anywhere**: M<span style="font-size:.8em;">SCORE<sup>®</sup></span> unlocks multiple integration opportunities including real-time scoring, embedding in EHR or enterprise data warehouse, incorporating into cloud applications, and traditional batch scoring.
|
|
38
38
|
- **SAS<sup><span style="font-size:.8em;">®</span></sup>-Free**: Create HCC and risk scores without SAS<sup><span style="font-size:.8em;">®</span></sup> software, reduce software license costs and the headache of recoding and maintaining the software in another programming language.
|
|
39
39
|
- **Enhanced Output**: M<span style="font-size:.8em;">SCORE<sup>®</sup></span> provides the numeric relative factor value for each HCC assigned to a person allowing for a deeper understanding of how each factor contributes to an individual's overall risk score.
|
|
@@ -83,7 +83,7 @@ auth = AuthorizeLicense(staging_key).validate()
|
|
|
83
83
|
The <code>mscore</code> class requires 7 arguments in order to run with 2 optional arguments.
|
|
84
84
|
|
|
85
85
|
### Required
|
|
86
|
-
* <code>authorizer</code> - The authorization token obtained when <
|
|
86
|
+
* <code>authorizer</code> - The authorization token obtained when <code>AuthorizeLicense</code> is ran
|
|
87
87
|
* <code>year</code>
|
|
88
88
|
* <code>version</code>
|
|
89
89
|
* <code>model</code>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
M<span style="font-size:.8em;">SCORE<sup>®</sup></span> is a python package designed to streamline the CMS-HCC model risk score calculation process for health plans and providers participating in Medicare Advantage and value-based care. It provides a SAS®-free alternative to produce HCCs and risk scores. It streamlines your data processing for enhanced accessibility and allows you to keep your data secure in-house, so you can focus on execution of your risk adjustment strategy.
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Benefits
|
|
12
12
|
- **Implement Anywhere**: M<span style="font-size:.8em;">SCORE<sup>®</sup></span> unlocks multiple integration opportunities including real-time scoring, embedding in EHR or enterprise data warehouse, incorporating into cloud applications, and traditional batch scoring.
|
|
13
13
|
- **SAS<sup><span style="font-size:.8em;">®</span></sup>-Free**: Create HCC and risk scores without SAS<sup><span style="font-size:.8em;">®</span></sup> software, reduce software license costs and the headache of recoding and maintaining the software in another programming language.
|
|
14
14
|
- **Enhanced Output**: M<span style="font-size:.8em;">SCORE<sup>®</sup></span> provides the numeric relative factor value for each HCC assigned to a person allowing for a deeper understanding of how each factor contributes to an individual's overall risk score.
|
|
@@ -58,7 +58,7 @@ auth = AuthorizeLicense(staging_key).validate()
|
|
|
58
58
|
The <code>mscore</code> class requires 7 arguments in order to run with 2 optional arguments.
|
|
59
59
|
|
|
60
60
|
### Required
|
|
61
|
-
* <code>authorizer</code> - The authorization token obtained when <
|
|
61
|
+
* <code>authorizer</code> - The authorization token obtained when <code>AuthorizeLicense</code> is ran
|
|
62
62
|
* <code>year</code>
|
|
63
63
|
* <code>version</code>
|
|
64
64
|
* <code>model</code>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mscore
|
|
3
|
-
Version: 25.3.
|
|
3
|
+
Version: 25.3.3
|
|
4
4
|
Summary: MScore: Risk Scores Made Easy
|
|
5
5
|
Home-page: https://github.com/elevendatacorp/mscore.git
|
|
6
6
|
Author: RAM Development Team
|
|
@@ -33,7 +33,7 @@ Dynamic: home-page
|
|
|
33
33
|
|
|
34
34
|
M<span style="font-size:.8em;">SCORE<sup>®</sup></span> is a python package designed to streamline the CMS-HCC model risk score calculation process for health plans and providers participating in Medicare Advantage and value-based care. It provides a SAS®-free alternative to produce HCCs and risk scores. It streamlines your data processing for enhanced accessibility and allows you to keep your data secure in-house, so you can focus on execution of your risk adjustment strategy.
|
|
35
35
|
|
|
36
|
-
##
|
|
36
|
+
## Benefits
|
|
37
37
|
- **Implement Anywhere**: M<span style="font-size:.8em;">SCORE<sup>®</sup></span> unlocks multiple integration opportunities including real-time scoring, embedding in EHR or enterprise data warehouse, incorporating into cloud applications, and traditional batch scoring.
|
|
38
38
|
- **SAS<sup><span style="font-size:.8em;">®</span></sup>-Free**: Create HCC and risk scores without SAS<sup><span style="font-size:.8em;">®</span></sup> software, reduce software license costs and the headache of recoding and maintaining the software in another programming language.
|
|
39
39
|
- **Enhanced Output**: M<span style="font-size:.8em;">SCORE<sup>®</sup></span> provides the numeric relative factor value for each HCC assigned to a person allowing for a deeper understanding of how each factor contributes to an individual's overall risk score.
|
|
@@ -83,7 +83,7 @@ auth = AuthorizeLicense(staging_key).validate()
|
|
|
83
83
|
The <code>mscore</code> class requires 7 arguments in order to run with 2 optional arguments.
|
|
84
84
|
|
|
85
85
|
### Required
|
|
86
|
-
* <code>authorizer</code> - The authorization token obtained when <
|
|
86
|
+
* <code>authorizer</code> - The authorization token obtained when <code>AuthorizeLicense</code> is ran
|
|
87
87
|
* <code>year</code>
|
|
88
88
|
* <code>version</code>
|
|
89
89
|
* <code>model</code>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V22.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V222179O1.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V24.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2021_CMS-HCC_V242186P1.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V22.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V222279O1.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V24.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2022_CMS-HCC_V242286P1.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V22.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2023_CMS-HCC_V24.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V22.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V24.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2024_CMS-HCC_V28.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V22.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V24.csv
RENAMED
|
File without changes
|
{mscore-25.3.2 → mscore-25.3.3}/mscore/reference_data/Model_Coefficients/2025_CMS-HCC_V28.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|