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
Next Next commit
typo
  • Loading branch information
vidhyamanisankar committed May 29, 2024
commit d532b4b28e46371af5f2939a37f54864395922fb
2 changes: 1 addition & 1 deletion statistical_methods_library/imputation/engine.py
Original file line number Diff line number Diff line change
@@ -244,7 +244,7 @@ def impute(
if manual_construction_col:
input_params["manual_const"] = manual_construction_col
fill_values_mc = {}
# These col values should be null for non-responder i.e MC.
# These cols value should be null for non-responder i.e MC.
nonresponder_null_cols = [
"growth_forward",
"growth_backward",