<?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 which of the following is good way for predicting any field? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401151#M48924</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am working on prediction of start time of job and i have scheduled time as a independent variable.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Approach 1:&lt;BR /&gt;
I am thinking to convert the H:M:S time of start time and scheduled time into seconds and them predict the start time in seconds using independent variable as schedule time in seconds and hour if the schedule time.and convert it again into H:M:S and append it with the respective date&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Approach 2:&lt;BR /&gt;
Another approach can be convert the start time and scheduled Time into epoch. Get the difference between them, predict that difference using independent variable as schedule time in epoch and hour of the schedule time, type of the job&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Please let me know which approach is better and algorithm - RandomForestRegressor algorithm is feasible here,&lt;/P&gt;

&lt;P&gt;Thanks in Advance !&lt;/P&gt;</description>
    <pubDate>Thu, 17 May 2018 09:03:40 GMT</pubDate>
    <dc:creator>nasrinmulani</dc:creator>
    <dc:date>2018-05-17T09:03:40Z</dc:date>
    <item>
      <title>which of the following is good way for predicting any field?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401151#M48924</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am working on prediction of start time of job and i have scheduled time as a independent variable.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Approach 1:&lt;BR /&gt;
I am thinking to convert the H:M:S time of start time and scheduled time into seconds and them predict the start time in seconds using independent variable as schedule time in seconds and hour if the schedule time.and convert it again into H:M:S and append it with the respective date&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Approach 2:&lt;BR /&gt;
Another approach can be convert the start time and scheduled Time into epoch. Get the difference between them, predict that difference using independent variable as schedule time in epoch and hour of the schedule time, type of the job&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Please let me know which approach is better and algorithm - RandomForestRegressor algorithm is feasible here,&lt;/P&gt;

&lt;P&gt;Thanks in Advance !&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 09:03:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401151#M48924</guid>
      <dc:creator>nasrinmulani</dc:creator>
      <dc:date>2018-05-17T09:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: which of the following is good way for predicting any field?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401152#M48925</link>
      <description>&lt;P&gt;This questions is impossible to answer well without knowing more about the data, but here are a few suggestions based on what you've provided:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Predict delay (the difference between scheduled and start time) rather than start time.&lt;/LI&gt;
&lt;LI&gt;Use derived features of the scheduled time (like hour or day of the week) in addition to the epoch time.&lt;/LI&gt;
&lt;LI&gt;Try different algorithms, including random forest, and see which works best. If you stick with the defaults in the Toolkit, you only need to run the assistant a handful of times.&lt;/LI&gt;
&lt;LI&gt;Think about what you want from this model. If minimal RMSE is your goal, #3 is sufficient. If you want an interpretable model that tells you what features are important, for example, some models are better choices than others (models that support the summary command will be automatically summarized at the bottom of the assistant).&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 17 May 2018 19:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401152#M48925</guid>
      <dc:creator>aoliner_splunk</dc:creator>
      <dc:date>2018-05-17T19:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: which of the following is good way for predicting any field?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401153#M48926</link>
      <description>&lt;P&gt;Thanks Aoliner,&lt;/P&gt;

&lt;P&gt;I have worked on both approach , but i got good results with the approach 1 of calculating the start time into seconds. &lt;BR /&gt;
Random forest is working fine for me, but i have some outliers because of that my  result is having more RMSE value and R square value is coming 0.99.&lt;/P&gt;

&lt;P&gt;I have one question that we should remove the outliers (deviation in data) or it should be there?&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 11:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401153#M48926</guid>
      <dc:creator>nasrinmulani</dc:creator>
      <dc:date>2018-05-21T11:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: which of the following is good way for predicting any field?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401154#M48927</link>
      <description>&lt;P&gt;Do you consider the outliers to be noise (e.g., measurement error, external interference, etc.) or a phenomenon you want to model?&lt;/P&gt;

&lt;P&gt;Also, perfect prediction isn't always possible, especially in the presence of random noise or factors missing from your dataset. You may find it difficult to do better than R^2=0.99.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 15:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/which-of-the-following-is-good-way-for-predicting-any-field/m-p/401154#M48927</guid>
      <dc:creator>aoliner_splunk</dc:creator>
      <dc:date>2018-05-21T15:58:34Z</dc:date>
    </item>
  </channel>
</rss>

