<?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: ML Model - SARIMAX in Data Science</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4740788#M793</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1235812"&gt;@LB_Team&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Just wanted to check if you had the opportunity to review the suggestions provided?&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;&lt;STRONG&gt;accept it as a solution&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;so other members can easily find it.&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 09:10:22 GMT</pubDate>
    <dc:creator>v-sdhruv</dc:creator>
    <dc:date>2025-06-25T09:10:22Z</dc:date>
    <item>
      <title>ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4735554#M788</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm working on time series forecasting using &lt;STRONG&gt;SARIMAX&lt;/STRONG&gt; in Python, and I encountered a confusing result:&lt;BR /&gt;My dataset is count of tests taken on daily from the year 2022 jan to 2024 dec&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;When I use this&amp;nbsp;data and forecasted for next 12 months using SARIMAX gave me accurate forecasts.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;But when I use the same data and tried to forecast for the next 7 days instead of 12 months, the predictions are often inaccurate sometimes showing a steep decline or not capturing the correct trend at all.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Where am I going wrong? Please guide me.&lt;/P&gt;&lt;P&gt;I've attached the link to the code :&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/1fhOf-bY0oZTYyq9wifXRDEaHa659-pxp/view?usp=sharing" target="_self"&gt;https://drive.google.com/file/d/1fhOf-bY0oZTYyq9wifXRDEaHa659-pxp/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 07:09:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4735554#M788</guid>
      <dc:creator>LB_Team</dc:creator>
      <dc:date>2025-06-18T07:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4736027#M789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1235812"&gt;@LB_Team&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;SARIMAX captures seasonal components, trends, and exogenous variables. If your model includes seasonal components (e.g., weekly or yearly), then:&lt;/P&gt;
&lt;P data-start="808" data-end="909"&gt;Long-term forecasts (like 12 months) are more influenced by seasonal patterns it has learned.&lt;/P&gt;
&lt;P data-start="912" data-end="1058"&gt;Short-term forecasts (like 7 days) might be more sensitive to noise, recent variability, or model overfitting to short-term anomalies.&lt;/P&gt;
&lt;P data-start="1317" data-end="1411"&gt;Improper seasonal or non-seasonal orders can have unexpected short-term behavior. For example:&lt;/P&gt;
&lt;P data-start="1415" data-end="1471"&gt;1.Over-differencing can cause forecasts to trend downward.&lt;/P&gt;
&lt;P data-start="1474" data-end="1544"&gt;2.Misidentified seasonal periods&amp;nbsp; can distort short-term forecasts&lt;BR /&gt;&lt;BR /&gt;Try using ARIMA model:&lt;BR /&gt;Refer-&lt;BR /&gt;&lt;A href="https://skforecast.org/0.10.0/user_guides/forecasting-sarimax-arima" target="_blank"&gt;https://skforecast.org/0.10.0/user_guides/forecasting-sarimax-arima&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;If the response has addressed your query, please&amp;nbsp;&lt;STRONG&gt;accept it as a solution&lt;/STRONG&gt;&amp;nbsp;so other members can easily find it.&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 13:10:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4736027#M789</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-06-18T13:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4736691#M790</link>
      <description>&lt;P&gt;But my data shows seasonality patterns also will ARIMA be suitable for my usecase to forecast for next 7 days?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 04:25:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4736691#M790</guid>
      <dc:creator>LB_Team</dc:creator>
      <dc:date>2025-06-19T04:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4737030#M791</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1235812"&gt;@LB_Team&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;If your data shows seasonal patterns and you want to forecast for 7 days, then SARIMAX is sensitive. Your model probably learned seasonal trends well over long periods, but struggles to generalize for short-term prediction due to overfitting to long cycles or reacting too much to end-point anomalies.&lt;/P&gt;
&lt;P data-start="1991" data-end="2079"&gt;Check residuals near the end of your training window.&lt;/P&gt;
&lt;P data-start="2082" data-end="2184"&gt;If residuals are high, the model is already misfitting — so short-term forecasts will diverge quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="3577" data-end="3641"&gt;Tailor your model specifically for weekly forecasts--&amp;gt;s=7&lt;/P&gt;
&lt;P data-start="3644" data-end="3712"&gt;Use smaller seasonal_order and possibly a narrower training window--&amp;nbsp;SARIMAX(..., seasonal_order=(P,D,Q,7))&lt;/P&gt;
&lt;P data-start="3715" data-end="3770"&gt;&lt;BR /&gt;I hope this helps!&lt;BR /&gt;&lt;SPAN&gt;If the response has addressed your query, please&amp;nbsp;&lt;/SPAN&gt;accept it as a solution&lt;SPAN&gt;&amp;nbsp;so other members can easily find it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 07:26:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4737030#M791</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-06-19T07:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4740788#M793</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1235812"&gt;@LB_Team&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Just wanted to check if you had the opportunity to review the suggestions provided?&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;&lt;STRONG&gt;accept it as a solution&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;so other members can easily find it.&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 09:10:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4740788#M793</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-06-25T09:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4743314#M796</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1235812" target="_blank"&gt;@LB_Team&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Just wanted to check if you had the opportunity to review the suggestions provided?&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;&lt;STRONG&gt;accept it as a solution&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;so other members can easily find it.&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 09:10:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4743314#M796</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-06-25T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4750375#M800</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1235812" target="_blank" rel="noopener"&gt;@LB_Team&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;Just wanted to check if you had the opportunity to review the suggestions provided?&lt;BR /&gt;If the response has addressed your query, please&amp;nbsp;accept it as a solution&amp;nbsp;&amp;nbsp;so other members can easily find it.&lt;BR /&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 05:14:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4750375#M800</guid>
      <dc:creator>v-sdhruv</dc:creator>
      <dc:date>2025-07-02T05:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4907068#M1006</link>
      <description>&lt;P&gt;U can do your work time to time because when you doing yours work at a time so you don't have any problem thnku&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 14:09:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4907068#M1006</guid>
      <dc:creator>AnShikagautam</dc:creator>
      <dc:date>2025-12-22T14:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: ML Model - SARIMAX</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4907070#M1007</link>
      <description>&lt;P&gt;You can do yours work time to time so yous can't face these problems thnku&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 14:10:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/ML-Model-SARIMAX/m-p/4907070#M1007</guid>
      <dc:creator>AnShikagautam</dc:creator>
      <dc:date>2025-12-22T14:10:37Z</dc:date>
    </item>
  </channel>
</rss>

