<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Choosing the right Predicitve Model in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470029#M7106</link>
    <description>&lt;P&gt;Thanks for the&amp;nbsp; quick response PaigeMiller&lt;/P&gt;
&lt;P&gt;1. don't know what u mean by&amp;nbsp;seasonal&lt;/P&gt;
&lt;P&gt;2.it will always be linearly dependent on sum(x)/sum(y)&lt;/P&gt;
&lt;P&gt;3.Did not get that. I mean z=sum(x)/sum(y) so it depends on both variables &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No statisticians in my team or nearby &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 18:03:56 GMT</pubDate>
    <dc:creator>Tal</dc:creator>
    <dc:date>2018-06-13T18:03:56Z</dc:date>
    <item>
      <title>Choosing the right Predicitve Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470008#M7104</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Data Mining Experts. Need your advice&amp;nbsp; here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Never built any predictive model before&amp;nbsp; but I&amp;nbsp; have read&amp;nbsp; a lot&lt;/P&gt;
&lt;P&gt;I have a&amp;nbsp; simple data of 28 months .&lt;/P&gt;
&lt;P&gt;Each month has 2 variables x and&amp;nbsp; y denoting number of clicks (either 0 or 1) happened on a daily basis&lt;/P&gt;
&lt;P&gt;I create another variable z=sum(x)/sum(y).&lt;/P&gt;
&lt;P&gt;So having these 28 tables and the value of z in each of the 28 tables I need to forecast the value Z in the&amp;nbsp; year of 2019&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I need to understand here is :&lt;/P&gt;
&lt;P&gt;1.will z of all these tables be enough to&amp;nbsp; predict its&amp;nbsp; value in 2019( model z=sum(x) sum(y)) ?&lt;/P&gt;
&lt;P&gt;2. do I need to predict sum(x) and&amp;nbsp; sum(y)&amp;nbsp;first if that is possible before forecasting z?&lt;/P&gt;
&lt;P&gt;3/ What would be the right model to accomplish 1 or 1 and 2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might be&amp;nbsp; a silly question but I would take any advice&amp;nbsp; :). Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;January:&lt;/P&gt;
&lt;P&gt;x&amp;nbsp;&amp;nbsp; y&lt;/P&gt;
&lt;P&gt;------&lt;/P&gt;
&lt;P&gt;0 &amp;nbsp;1&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;0 &amp;nbsp;0&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 17:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470008#M7104</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2018-06-13T17:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the right Predicitve Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470014#M7105</link>
      <description>&lt;P&gt;There's a lot of information that needs to be considered when you select a modeling technique, before you can get any reasonable answer, and if I were you, I'd find a statistician at your company or university, and consult with him or her.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of the many things you would need to consider (not a complete list)&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is the value of z seasonal or otherwise correlated in time&lt;/LI&gt;
&lt;LI&gt;Is the value of z expected to be linearly dependent only on sum(x)/sum(y), or could there be other polynomial effects (like sum(x)/sum(y) squared, etc.)&lt;/LI&gt;
&lt;LI&gt;Does the value of z depend on sum(x) individually and sum(y) individually?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 13 Jun 2018 17:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470014#M7105</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-13T17:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the right Predicitve Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470029#M7106</link>
      <description>&lt;P&gt;Thanks for the&amp;nbsp; quick response PaigeMiller&lt;/P&gt;
&lt;P&gt;1. don't know what u mean by&amp;nbsp;seasonal&lt;/P&gt;
&lt;P&gt;2.it will always be linearly dependent on sum(x)/sum(y)&lt;/P&gt;
&lt;P&gt;3.Did not get that. I mean z=sum(x)/sum(y) so it depends on both variables &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No statisticians in my team or nearby &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 18:03:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470029#M7106</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2018-06-13T18:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the right Predicitve Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470049#M7107</link>
      <description>&lt;P&gt;The only way to predict z for 2019 is to have predictions for sum(x) in 2019 and sum(y) in 2019. This requires a time series model, which could be seasonal, could be auto-regressive, or some other type of time series to predict the next year.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 18:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470049#M7107</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-13T18:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the right Predicitve Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470068#M7108</link>
      <description>&lt;P&gt;Thank you Paige Miller,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is a&amp;nbsp; good start. Will look&amp;nbsp;for some&amp;nbsp;info on&amp;nbsp;&amp;nbsp;time series models&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 19:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/470068#M7108</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2018-06-13T19:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing the right Predicitve Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/472369#M7136</link>
      <description>&lt;P&gt;Hi Paige,&amp;nbsp; so here is&amp;nbsp; my&amp;nbsp; actual data. This looks like trend&amp;nbsp; right, linear trend?&lt;/P&gt;
&lt;P&gt;and I can use the below to predict values for 12 months&lt;/P&gt;
&lt;P&gt;proc&amp;nbsp; forecast data=tt interval=month lead=12 out=yyy;&lt;/P&gt;
&lt;P&gt;id date;&lt;/P&gt;
&lt;P&gt;var sum_x sum_y; run;&lt;/P&gt;
&lt;P&gt;I also looked it up and&amp;nbsp; saw proc&amp;nbsp; forecast with&amp;nbsp; hold,stepar,ses methods...&lt;/P&gt;
&lt;P&gt;Would you recommend&amp;nbsp; some&amp;nbsp; of those?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;date&amp;nbsp;&amp;nbsp;&amp;nbsp; sum_x&amp;nbsp;&amp;nbsp; sum_y&lt;BR /&gt;----------------------------&lt;BR /&gt;201511&amp;nbsp;3088&amp;nbsp;7828&lt;BR /&gt;201512&amp;nbsp;2312&amp;nbsp;7260&lt;BR /&gt;201601&amp;nbsp;2415&amp;nbsp;5331&lt;BR /&gt;201602&amp;nbsp;2498&amp;nbsp;5411&lt;BR /&gt;201603&amp;nbsp;3001&amp;nbsp;6470&lt;BR /&gt;201604&amp;nbsp;3383&amp;nbsp;7333&lt;BR /&gt;201605&amp;nbsp;3709&amp;nbsp;8078&lt;BR /&gt;201606&amp;nbsp;4670&amp;nbsp;10331&lt;BR /&gt;201607&amp;nbsp;4070&amp;nbsp;9153&lt;BR /&gt;201608&amp;nbsp;4092&amp;nbsp;9194&lt;BR /&gt;201609&amp;nbsp;3780&amp;nbsp;8299&lt;BR /&gt;201610&amp;nbsp;3239&amp;nbsp;6871&lt;BR /&gt;201611&amp;nbsp;3270&amp;nbsp;7044&lt;BR /&gt;201612&amp;nbsp;2528&amp;nbsp;5295&lt;BR /&gt;201701&amp;nbsp;1831&amp;nbsp;4062&lt;BR /&gt;201702&amp;nbsp;1810&amp;nbsp;3832&lt;BR /&gt;201704&amp;nbsp;2119&amp;nbsp;4845&lt;BR /&gt;201705&amp;nbsp;6156&amp;nbsp;13772&lt;BR /&gt;201706&amp;nbsp;3784&amp;nbsp;8590&lt;BR /&gt;201707&amp;nbsp;3149&amp;nbsp;7437&lt;BR /&gt;201708&amp;nbsp;3188&amp;nbsp;7587&lt;BR /&gt;201709&amp;nbsp;2801&amp;nbsp;6726&lt;BR /&gt;201710&amp;nbsp;2702&amp;nbsp;6234&lt;BR /&gt;201711&amp;nbsp;2548&amp;nbsp;5746&lt;BR /&gt;201712&amp;nbsp;2382&amp;nbsp;5506&lt;BR /&gt;201801&amp;nbsp;1482&amp;nbsp;3455&lt;BR /&gt;201802&amp;nbsp;1412&amp;nbsp;3475&lt;BR /&gt;201803&amp;nbsp;1644&amp;nbsp;4031&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 04:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Choosing-the-right-Predicitve-Model/m-p/472369#M7136</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2018-06-22T04:22:54Z</dc:date>
    </item>
  </channel>
</rss>

