Predicts value of an item in a daily basis and visualize the prediction accordingly. Uses Facebook Prophet for the time series prediction
Kind of like a forecast of a small buisness
- Preprocessed data using python library pandas
- Forecast over a number of time periods using Facebook prophet
- Plotted graphs to present predicted results systematically
- The template can be used to do various kinds of time series forecast by doing little modifications in the code! 😸