Identification of Seasonality in Time Series with Python Machine Learning Client for SAP HANA

SAP HANA, SAP HANA Cloud

1. Introduction Seasonality is an important characteristic of a time series and our Python Machine Learning Client for SAP HANA (hana_ml) offers a time series function called seasonal_decompose() which provides a seasonality test and the decomposition the time series into three components: seasonal, trend, and random noise. In this blog post, you will learn: The […]

Continue reading