Building SVM regression model

saidi_riadh
New Altair Community Member
how building SVM regression model with support vector machine operator?
Tagged:
0
Answers
-
It would help to know what your data is. How many attributes etc.
0 -
Take a look at the tutorial process for the SVM operator. That shows an SVM predicting a nominal label, but the process is essentially the same with a numerical label. You will need to transform all your input attributes into numerical form in either case.
1