How to predict using support vector machine

fatinharun94fatinharun94 MemberPosts:3Contributor I
edited November 2018 inHelp

Hi. I am new here. I have dengue outbreak and 9 attributes of weather data. I am working on a project to predict dengue outbreak based on the weather data by using support vector machine. But I don't know the step to make this happen. I am very grateful if you can help me. Thank you.

Tagged:

Answers

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,761Unicorn

    我的第一个问题是你有一个标签or your data set. My guess is that it would be "outbreak" and "no outbreak."

    The bigger question is if there is a time series componment to all this, for example is a series of days with temperature over 70F somehow correlated with an outbreak?












    Type your comment













    < portSpacing端口= " sink_through 1”间隔= " 0 " / >
    In the training phase, a model is built on the current training data set. (90 % of data by default, 10 times)

















    The model created in the Training step is applied to the current test set (10 %).<br/>The performance is evaluated and sent to the operator results.

    A cross-validation evaluating a SVM model.









Sign InorRegisterto comment.