Python Forum
Time Series forecating with multiple independent variables
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time Series forecating with multiple independent variables
#1
Hi,

I am starting my journey with Data Science and I need you help to move forward.

I have the file with number of sold cars (76 different models) in past 4 years by month in the format: Model, Date, Volume, x1, x2, x3, ...., x89 where x1 to x89 are various costs.

There are missing values in each "x" columns from 6 to 80% and also some missing values in Volume column.

I need to predict the sale number for each model for next 6 months, knowing what will be the x1 to x89 for next 6 months.

Any help will be much appreciated.
Reply
#2
Missing data intrapolation : surely there must be some formula that they recommend in the course.
Forecasting: if linear regression will do, eg. matplotlib offers possibilities and wil even make a plot for you.
Paul
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help: Conversion of Electricity Data into Time Series Data SmallGuy 3 1,159 Oct-04-2023, 03:31 PM
Last Post: deanhystad
  Time Series Production Process Problem Mzarour 1 2,100 Feb-28-2023, 12:25 PM
Last Post: get2sid
  reduce time series based on sum condition amdi40 0 1,079 Apr-06-2022, 09:09 AM
Last Post: amdi40
  How to accumulate volume of time series amdi40 3 2,260 Feb-15-2022, 02:23 PM
Last Post: amdi40
  Recommendations for ML libraries for time-series forecast AndreasPython 0 1,862 Jan-06-2021, 01:03 PM
Last Post: AndreasPython
  how to handling time series data file with Python? aupres 4 2,928 Aug-10-2020, 12:40 PM
Last Post: MattKahn13
  Changing Time Series from Start to End of Month illmattic 0 1,827 Jul-16-2020, 10:49 AM
Last Post: illmattic
  HELP- DATA FRAME INTO TIME SERIES- BASIC bntayfur 0 1,733 Jul-11-2020, 09:04 PM
Last Post: bntayfur
  Differencing Time series and Inverse after Training donnertrud 0 4,078 May-27-2020, 06:11 AM
Last Post: donnertrud
  How can I convert time-series data in rows into column srvmig 0 2,036 Apr-11-2020, 05:40 AM
Last Post: srvmig

Forum Jump:

User Panel Messages

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