Python-based Temporal Prediction System
(Redirected from Python-based Forecasting System)
Jump to navigation
Jump to search
A Python-based Temporal Prediction System is a Python-based predictive system that is a forecasting system.
- Context:
- It can range from being a Python-based Temporal Classification System to being a Python-based Temporal Ranking System to being a Python-based Temporal Estimation System.
- It can range from being a Python-based Single-Predictor Forecasting System to being a Python-based Multi-Predictor Forecasting System.
- It can range from being a Python-based Temporal Interpolation System to being a Python-based Temporal Extrapolation System.
- It can be supported by a Python-based Detrending System, such as a Python-based autocorrelation system.
- Example(s):
- Counter-Example(s):
- See: Classification System, Ranking System, Temporal Function, Monitoring System, Smoothing System.
References
2016
- https://machinelearningmastery.com/moving-average-smoothing-for-time-series-forecasting-python/
- QUOTE: In this tutorial, you will discover how to use moving average smoothing for time series forecasting with Python.