Skip to content

Commit c3f2646

Browse files
author
James Weakley
committed
Fix OneHotEncoder
1 parent ac1e9e4 commit c3f2646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/one_hot_encoder.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% set results_list = [] %}
1313
{% endif %}
1414
{%- endif -%}
15-
{%- if handle_unknown!='ordinal' -%}
15+
{%- if handle_unknown!='ignore' -%}
1616
{% set error_message %}
1717
The `one_hot_encoder` macro only supports an 'handle_unknown' value of 'ignore' at this time.
1818
{% endset %}

0 commit comments

Comments
 (0)