Skip to content

Commit 679f5e1

Browse files
committedJun 3, 2024··
reworded mc comment
1 parent 220ece6 commit 679f5e1

File tree

1 file changed

+1
-1
lines changed
  • statistical_methods_library/imputation

1 file changed

+1
-1
lines changed
 

‎statistical_methods_library/imputation/engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ def forward_impute_from_construction(df: DataFrame) -> DataFrame:
774774
).otherwise(col("output")),
775775
)
776776

777-
# Filter out identifiers with MC values.So it prevents the FIR from
777+
# Filter out identifiers with a MC value.So it prevents the FIR from
778778
# being issued against the targeted FIMC. This MC data will be merged with
779779
# the main df prior to the forward_impute_from_manual_construction stage.
780780
manual_construction_df = mc_df.filter(

0 commit comments

Comments
 (0)
Please sign in to comment.