🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Why are categories in the Simulator of AutoML shown in NB Simulator but not in SVM Simulator?

User: "DocMusher"
New Altair Community Member
Updated by Jocelyn
Why are categories in the Simulator of AutoML shown in NB Simulator but not in SVM Simulator. In the original dataset the columns defined as categories are shown as categories in the NB Simulator (see attachments)
Thanks
Sven

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    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