Building SVM regression model

saidi_riadh
saidi_riadh New Altair Community Member
edited November 2024 in Community Q&A
how building SVM regression model with support vector machine operator?

Answers

  • hughesfleming68
    hughesfleming68 New Altair Community Member
    edited December 2018
    It would help to know what your data is. How many attributes etc.
  • Telcontar120
    Telcontar120 New Altair Community Member
    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.