Skip to content

Commit d2d5682

Browse files
committed
Prep for release
1 parent 50ceab6 commit d2d5682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sasctl/pzmm/write_json_files.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ def add_df_to_fitstat(cls, df: DataFrame, data: List[dict]) -> List[dict]:
760760
return data
761761

762762
# TODO: Add unit/integration tests
763-
@experimental
764763
@classmethod
764+
@experimental
765765
def assess_model_bias(
766766
cls,
767767
score_table: DataFrame,
@@ -1040,8 +1040,8 @@ def format_group_metrics(
10401040
)
10411041
return groupmetrics_df
10421042

1043-
@experimental
10441043
@classmethod
1044+
@experimental
10451045
def bias_dataframes_to_json(
10461046
cls,
10471047
groupmetrics: DataFrame = None,

0 commit comments

Comments
 (0)