Data
[Python] Neural Prophet
* NeuralProphet은 쉽게 이야기 하면 Neural Network(AR-Net)과 Prophet의 결합이다. * \(\hat{y_t}\)는 Trend, Seasonality, Event & Holiday, Regression for known future variable, Auto-regression, Regression for lagged observation of variables 각각 6개의 식으로 구성이 되어 있다. Trend * Trend는 신호의 전체 Variation 중 가장 많은 부분을 차지하고 있다. * Neural Prophet은