diff --git a/CHANGELOG.md b/CHANGELOG.md index e57e9edd..cf626aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Unreleased - Add `model_info` class to better capture model information. - Test `/examples` Jupyter notebooks within normal test suite. -v1.10 +v1.10 (2023-08-31) ---------- **Improvements** - `write_score_code.py` refactored to include ability to run batch scoring. diff --git a/src/sasctl/__init__.py b/src/sasctl/__init__.py index c8797efa..15f71c6d 100644 --- a/src/sasctl/__init__.py +++ b/src/sasctl/__init__.py @@ -14,6 +14,7 @@ "Chris Toth", "Jon Walker", "Scott Lindauer", + "DJ Moore", ] __license__ = "Apache 2.0" __copyright__ = ( diff --git a/src/sasctl/pzmm/write_json_files.py b/src/sasctl/pzmm/write_json_files.py index fb61eb78..03b3484c 100644 --- a/src/sasctl/pzmm/write_json_files.py +++ b/src/sasctl/pzmm/write_json_files.py @@ -760,6 +760,7 @@ def add_df_to_fitstat(cls, df: DataFrame, data: List[dict]) -> List[dict]: return data # TODO: Add unit/integration tests + @experimental @classmethod def assess_model_bias( cls, @@ -940,7 +941,6 @@ def assess_model_bias( return json_files - # TODO: Add doc_string and unit tests @staticmethod def format_max_differences( maxdiff_dfs: List[DataFrame], datarole: str = "TEST" @@ -971,7 +971,6 @@ def format_max_differences( return maxdiff_df - # TODO: Add doc_string and unit tests @staticmethod def format_group_metrics( groupmetrics_dfs: List[DataFrame], @@ -1041,7 +1040,6 @@ def format_group_metrics( ) return groupmetrics_df - # TODO: Add doc_string and unit tests @experimental @classmethod def bias_dataframes_to_json(