Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rdt/transformers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def reset_randomization(self):

@property
def model_missing_values(self):
"""Return whether or not a new column is being used to model missing values."""
"""Whether or not a new column is being used to model missing values."""
warnings.warn(
"Future versions of RDT will not support the 'model_missing_values' parameter. "
"Please switch to using the 'missing_value_generation' parameter instead.",
Expand Down
Loading
Loading