🎉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

Processing input and output for Test Data - SVM

User: "HeikoeWin786"
New Altair Community Member
Updated by Jocelyn
Dear all,

I am noticed that when I perform the same data processing steps for testing(unseen/unlabel dataset), the output of processing eliminates the column (it eliminates the regular attributes and only return the label) i.e. different from the output of processing for training dataset where the output of training dataset return the label and regular attributes.
It is showing the error also.
It would be truly great if someone can advise me or educate me in this modelling process.
Thanks much in advance.


Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer
    on 1) SVM can handle only numerical attributes, yes. This is why you need to do the tf/idf to convert your texts to a numerical vector. However, it can use binominal labels. so this should work.
    on 2) seems good to me then.

    Best,
    Martin