Example notebooks using Timeseria: an object-oriented time series processing library.
Available notebooks:
- A Million Points
- Anomaly detection - Temperature and humidity - LSTM
- Forecasting - Advanced Evaluation.ipynb
- Forecasting - Temperature - Periodic Averages.ipynb
- Forecasting - Temperature and humidity - LSTM.ipynb
- Operations.ipynb
- Plotting.ipynb
- Quickstart.ipynb
- Welcome.ipynb
You can also run them interactively using the Timeseria Docker container:
docker run -it -p8888:8888 -v$PWD/notebooks:/notebooks sarusso/timeseria:v2.0.0
Or, you can install Timeseria (pip install timeseria
) and run them within your own environment. In this case please ensure Timeseria is version 2.