Skip to content

Commit

Permalink
Fix OneHotEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
James Weakley committed Jan 11, 2021
1 parent ac1e9e4 commit c3f2646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/one_hot_encoder.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% set results_list = [] %}
{% endif %}
{%- endif -%}
{%- if handle_unknown!='ordinal' -%}
{%- if handle_unknown!='ignore' -%}
{% set error_message %}
The `one_hot_encoder` macro only supports an 'handle_unknown' value of 'ignore' at this time.
{% endset %}
Expand Down

0 comments on commit c3f2646

Please sign in to comment.