Forecasting of sales of Automobile. It consist of 2 dataset. a). single_time_series (Automobile_Sales_S.csv) and b) multiple _time_series (Automobile_Sales_M.csv
a) single time series dataset has sales of Automobile and corresponding dates
b) Multiple time series has dataset include:
- Fuel type ex petrol, disel and electric.
- State type of state.
- Policy type type of insurance.
- Car type new, first hand and second hand. Respective sales are columns wise.
you have to forecast the sales of Automobile for the next one month. You can use deep learning model like LSTM etc or through ARIMA model.