Svm algothims

mines
mines New Altair Community Member
edited November 2024 in Community Q&A
Someone is doing predicition number of cases covid-19 with svm? 
Tagged:

Best Answer

  • YYH
    YYH
    Altair Employee
    edited April 2021 Answer ✓
    Hi @mines, most of the forecasting models could be flushed to the toilet as time goes by because of the unforeseeable & uncontrollable factors. If you do some deep feature engineering, you can build the predictions with any supervised learning algorithms (tree based, or k-nn, or linear regression, etc.) Check out some published research here https://ieeexplore.ieee.org/document/9099302
    Cheers,
    YY

Answers

  • YYH
    YYH
    Altair Employee
    edited April 2021 Answer ✓
    Hi @mines, most of the forecasting models could be flushed to the toilet as time goes by because of the unforeseeable & uncontrollable factors. If you do some deep feature engineering, you can build the predictions with any supervised learning algorithms (tree based, or k-nn, or linear regression, etc.) Check out some published research here https://ieeexplore.ieee.org/document/9099302
    Cheers,
    YY
  • mines
    mines New Altair Community Member
    Thank you @yyhuang!!