KNIME & fbProphet: Time Series Forecasting with a few clicks
Time series analysis can be very demanding and sometimes you just want to press a button instead of putting too much time and effort into setting up the analysis.
The Facebook Prophet (fbProphet) library is the solution to our problem and we want to implement it as a component in KNIME so that we only have to adjust a few settings and the whole time series analysis is done automatically.
[...]
fbProphet, also simply called Prophet, is a forecasting algorithm developed by Facebook’s data science team in 2017. The algorithm is designed to be scalable, fast, and accurate, making it suitable for a wide range of applications, from predicting sales in e-commerce to forecasting weather patterns.
Leggi tutto l'articolo in inglese: https://medium.com/low-code-for-advanced-data-science/knime-fbprophet-time-series-forecasting-with-a-few-clicks-4d527460ba8e
Approfondisci il modello previsionale fbProphet qui: https://otexts.com/fppit/prophet.html (fonte: Hyndman, R.J., & Athanasopoulos, G. (2021) Forecasting: principles and practice, 3rd edition, OTexts: Melbourne, Australia. OTexts.com/fpp3)
Se Knime ti segnala degli errori nell'esecuzione di un nodo Python Script ("Execution failed: Could not connect to the Python process"), verifica:
- che l'ambiente utilizzi una versione di Python compatibile con Knime (io ho installato la 3.9.19, ma sono compatibili tutte le versioni di Péython dalla 3.9 alla 3.11)
- che siano presenti tutti i pacchetti / librerie indicati a questo link: https://forum.knime.com/t/execution-failed-could-not-connect-to-the-python-process/79606/5
Commenti
Posta un commento