We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The BinaryEncoder is not as effective as the LabelEncoder so it should be replaced with it and removed down the line.
BinaryEncoder
LabelEncoder
update_transformers
update_transformers_by_sdtype
set_config
Deprecation Warning: BinaryEncoder will no longer be supported in future versions of RDT. Please use the LabelEncoder instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
The
BinaryEncoder
is not as effective as theLabelEncoder
so it should be replaced with it and removed down the line.Expected behavior
LabelEncoder
BinaryEncoder
update_transformers
update_transformers_by_sdtype
set_config
Deprecation Warning: BinaryEncoder will no longer be supported in future versions of RDT. Please use the LabelEncoder instead.
Additional context
The text was updated successfully, but these errors were encountered: