Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: SARIMA
Post: SARIMA

Hello, I'm trying to get the predictions for 6 months instead for 12 months, can you help me to change it ? Please find below the sarima code for predictions for 12 months : ## Getting the order of t...
kdiba General Coding Help 0 1,392 Oct-18-2019, 02:30 PM
    Thread: Print
Post: RE: Print

Wonderful It's working i changed get_predictions() to get_predictions_each_year() Thanks a lot !!
kdiba General Coding Help 7 29,025 Oct-11-2019, 12:28 PM
    Thread: Print
Post: RE: Print

Thank you for your answer ! it's helpful but i still get this output : TypeError Traceback (most recent call last) <ipython-input-84-a6b18bca794a> in <module&g...
kdiba General Coding Help 7 29,025 Oct-11-2019, 12:17 PM
    Thread: Print
Post: RE: Print

Output:File "<ipython-input-83-b54c4c9c810b>", line 2 print(f'{predictions_{year}}, {parameters_{year}}, {get_predictions(year, 12)}' ...
kdiba General Coding Help 7 29,025 Oct-11-2019, 11:28 AM
    Thread: Print
Post: Print

Hello, I'm trying to find a way to excute the command print below to get the same load the prediction. But it doesn't load it, it just print the print. n=2005; while(n!=2008) : prog='print("predic...
kdiba General Coding Help 7 29,025 Oct-11-2019, 11:12 AM
    Thread: Variances
Post: Variances

Metric |Market |Month |Product Grouping |Business Unit |Age_FL |FRR_Actual |FRR_pred| FRR_PrevYear|Year Hello, I'm trying to calculate variances for each month for actual vs TDC Pred and Prev Year I...
kdiba General Coding Help 1 1,496 Oct-08-2019, 07:20 PM
    Thread: White spaces
Post: White spaces

Hello, I need your help for this : input : n=2005; while (n!=2008) : print("prediction_",n,",","parameters_",n,"=get_predictions_each_year",(n,12)); n=n+1;output: Output:prediction_ 2005 , pa...
kdiba General Coding Help 1 1,998 Oct-08-2019, 06:26 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020