<?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: Regarding ML for forecast using ARIMA model in Data Science</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3779956#M35</link>
    <description>&lt;P&gt;Thanks for the advice!&amp;nbsp; I'm getting this error message when running that, did you come across anything similar?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 15:31:37 GMT</pubDate>
    <dc:creator>Angliss1</dc:creator>
    <dc:date>2024-03-20T15:31:37Z</dc:date>
    <item>
      <title>Regarding ML for forecast using ARIMA model</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3363725#M31</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm using a code written in Jupyter Notebook for forecasting demand and on the Jupyter Notebook it's working just fine, When I tried to streamline the process by using this code in&amp;nbsp;synapse notebook inside the Fabric environment, I end up with the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;3.10.10 Fitting the model... com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input at [Source: (String)""; line: 1, column: 0]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried some solutions for my assuption which are&amp;gt;&lt;/P&gt;&lt;P&gt;1-After some research, I understand that the Fabric Notebook is running with Pyspark engine which is an&amp;nbsp;architecture for&amp;nbsp;disruption for Big Data. Which is not good for using regular Python packages such as statsmodels that I'm using for my model. To solve this I changed the setting of the workspace to use only 1 cluster which&amp;nbsp;theoretically should behave like regular Python&amp;nbsp;Environment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-&amp;nbsp;I thought that the environment is missing some dependencies, so I added all the needed dependencies for statsmodels in the workplace but also it didn't work.&lt;/P&gt;&lt;P&gt;I would be thankful if anyone can help with this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 12:54:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3363725#M31</guid>
      <dc:creator>Greemreb</dc:creator>
      <dc:date>2023-08-03T12:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ML for forecast using ARIMA model</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3371211#M32</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="388150" data-lia-user-login="Greemreb" class="lia-mention lia-mention-user"&gt;Greemreb&lt;/a&gt;&amp;nbsp;Thanks for posting your question in Microsoft Fabric Community&lt;/P&gt;
&lt;P&gt;Can you please share some screenshots of the error and the exact steps you have followed&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Geetha&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 23:50:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3371211#M32</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-08T23:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ML for forecast using ARIMA model</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3779413#M33</link>
      <description>&lt;P&gt;Hi, I have encountered a similar issue.&amp;nbsp; The code works fine in Juptyer Notebooks but not when in Fabric environment.&amp;nbsp; Mine looks like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated as struggling to find any answers&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 13:01:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3779413#M33</guid>
      <dc:creator>Angliss1</dc:creator>
      <dc:date>2024-03-20T13:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ML for forecast using ARIMA model</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3779819#M34</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I saw the answer in another page. Run this on a cell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;import&lt;/SPAN&gt; com.fasterxml.jackson.core.JsonParser.Feature;
&lt;SPAN class=""&gt;import&lt;/SPAN&gt; com.fasterxml.jackson.databind.ObjectMapper;

&lt;SPAN class=""&gt;StatusResponses&lt;/SPAN&gt; &lt;SPAN class=""&gt;loginValidator&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;null&lt;/SPAN&gt;;

&lt;SPAN class=""&gt;ObjectMapper&lt;/SPAN&gt; &lt;SPAN class=""&gt;objectMapper&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;new&lt;/SPAN&gt; &lt;SPAN class=""&gt;ObjectMapper&lt;/SPAN&gt;();
objectMapper.configure(Feature.AUTO_CLOSE_SOURCE, &lt;SPAN class=""&gt;true&lt;/SPAN&gt;);

&lt;SPAN class=""&gt;try&lt;/SPAN&gt; {
    &lt;SPAN class=""&gt;String&lt;/SPAN&gt; &lt;SPAN class=""&gt;res&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; result.getResponseAsString();&lt;SPAN class=""&gt;//{"status":"true","msg":"success"}&lt;/SPAN&gt;
    loginValidator = objectMapper.readValue(res, StatusResponses.class);&lt;SPAN class=""&gt;//replaced result.getResponseAsString() with res&lt;/SPAN&gt;
} &lt;SPAN class=""&gt;catch&lt;/SPAN&gt; (Exception e) {
    e.printStackTrace();
}&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;the autor doesn't know &lt;SPAN&gt;how it worked, but it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It worked for me. I had the same problem&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 14:44:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3779819#M34</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-20T14:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ML for forecast using ARIMA model</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3779956#M35</link>
      <description>&lt;P&gt;Thanks for the advice!&amp;nbsp; I'm getting this error message when running that, did you come across anything similar?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 15:31:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3779956#M35</guid>
      <dc:creator>Angliss1</dc:creator>
      <dc:date>2024-03-20T15:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ML for forecast using ARIMA model</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3979349#M205</link>
      <description>&lt;P&gt;Did you find a solution to that issue?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 10:08:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3979349#M205</guid>
      <dc:creator>BoSe</dc:creator>
      <dc:date>2024-06-07T10:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ML for forecast using ARIMA model</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3983795#M209</link>
      <description>&lt;P&gt;I found that using the parameter disp=False worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;model.fit(disp=False)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 14:14:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Science/Regarding-ML-for-forecast-using-ARIMA-model/m-p/3983795#M209</guid>
      <dc:creator>BoSe</dc:creator>
      <dc:date>2024-06-10T14:14:40Z</dc:date>
    </item>
  </channel>
</rss>

