Python Forum
Substation Load Forecasting
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Substation Load Forecasting
#1
Hey Guys,

I have a data set that contains the daily load for year 2019 for one substation, almost of 366 cells in CSV file.
I need to forecast its load for year 2020. What is the best model to be used in this case? time series?
If so, can I have simple code to predict the results, I'm sure it is simple for experts but I'm just newbie to the Machine Learning World.
Also, I got one more question, is it better to forecast the load using Python or using normal Excel Sheet formula for forecasting?

Thanks
Reply
#2
Take your data and plot it. What does it look like? If straight line, do linear regression. If curve, consider polynomial regression. If neither, perhaps a neural network. Start with a plot.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Demand Forecasting using Arima LukasBen123 6 1,212 Jul-21-2023, 11:58 PM
Last Post: Pedroski55
  Forecasting with ARIMAX Scott 0 1,951 Jan-14-2022, 08:41 PM
Last Post: Scott
  Predicting/Forecasting Future Values BadWhite 1 2,358 Jun-15-2020, 11:30 AM
Last Post: hussainmujtaba

Forum Jump:

User Panel Messages

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