Low code Time Series Analysis - clizarraga-UAD7/Workshops GitHub Wiki

Low-code Time Series Analysis and Forecasts


Low-code time series analysis refers to using low-code platforms to perform analysis and modeling of time series data. Time series data refers to data that is collected over time, such as stock prices, temperature readings, or web traffic.

Low-code platforms provide a visual interface for creating and deploying applications without the need for traditional programming skills. In the context of time series analysis, a low-code platform can provide tools for importing and manipulating time series data, as well as building predictive models based on that data.


Low-code libraries for Time Series Analysis.

There are several low-code Python libraries available for Time Series Analysis. Here are some of the most popular ones:

  • PyCaret Time Series: This is a low-code library for time series forecasting and anomaly detection. It provides a simple and intuitive interface for working with time-series data and includes several built-in models for forecasting and anomaly detection.

  • Darts: This is a Python library for user-friendly forecasting and anomaly detection on time series. It contains a variety of models, from classics such as ARIMA to deep neural networks.

  • Streamlit Prophet: This is a low-code library for building interactive data visualizations, including time-series data. It provides a simple and intuitive interface for building web applications and includes several built-in components for creating charts, tables, and forms. Online Resource

These low-code libraries can significantly speed up the process of building time-series analysis applications, and make it easier for non-experts to work with time-series data.


See Jupyter Notebook Example


References


Created: 03/27/2023 (C. Lizárraga); Last update: 03/29/2023 (C. Lizárraga)

CC BY-NC-SA 4.0