Why are categories in the Simulator of AutoML shown in NB Simulator but not in SVM Simulator?
Find more posts tagged with
Sort by:
1 - 1 of
11

Hi,
SVM cant work on nominal columns, so AutoModel converts them into numericals using dummy encoding. Thats why don't appear as dropdowns, but as 0-1 variables.
Cheers,
Martin
Sort by:
1 - 1 of
11
Hi,
SVM cant work on nominal columns, so AutoModel converts them into numericals using dummy encoding. Thats why don't appear as dropdowns, but as 0-1 variables.
Cheers,
Martin