Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mc unittest data for RoM #187

Merged
merged 15 commits into from
Jun 3, 2024
Merged
Prev Previous commit
reworded mc comment
vidhyamanisankar committed Jun 3, 2024
commit 679f5e1a688fa800574da662d5cd999bb0360fb6
2 changes: 1 addition & 1 deletion statistical_methods_library/imputation/engine.py
Original file line number Diff line number Diff line change
@@ -774,7 +774,7 @@ def forward_impute_from_construction(df: DataFrame) -> DataFrame:
).otherwise(col("output")),
)

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