.dockerignore
.gitignore
.readthedocs.yml
.travis.yml
LICENSE
README.md
jupyter.sh
requirements-arm.txt
requirements.txt
setup.py
test.sh
containers/Ubuntu_18.04/Dockerfile
containers/Ubuntu_18.04/build.sh
containers/Ubuntu_18.04/entrypoint.sh
containers/Ubuntu_18.04/run.sh
containers/Ubuntu_20.04/Dockerfile
containers/Ubuntu_20.04/build.sh
containers/Ubuntu_20.04/build_multiarch.sh
containers/Ubuntu_20.04/entrypoint.sh
containers/Ubuntu_20.04/push_multiarch.sh
containers/Ubuntu_20.04/run.sh
docs/Makefile
docs/README.md
docs/altogether.png
docs/anomaly.png
docs/conf.py
docs/data_loss.png
docs/forecasted.png
docs/index.rst
docs/makedocs.sh
docs/plot.png
docs/reconstructed.png
docs/timeseria.datastructures.rst
docs/timeseria.exceptions.rst
docs/timeseria.models.anomaly_detectors.rst
docs/timeseria.models.base.rst
docs/timeseria.models.forecasters.rst
docs/timeseria.models.reconstructors.rst
docs/timeseria.operations.rst
docs/timeseria.plots.rst
docs/timeseria.storages.rst
docs/timeseria.time.rst
docs/timeseria.transformations.rst
docs/timeseria.units.rst
docs/timeseria.utilities.rst
docs/_static/css/custom.css
docs/source/modules.rst
docs/source/timeseria.models.rst
docs/source/timeseria.rst
timeseria/__init__.py
timeseria/datastructures.py
timeseria/exceptions.py
timeseria/operations.py
timeseria/plots.py
timeseria/storages.py
timeseria/time.py
timeseria/transformations.py
timeseria/units.py
timeseria/utilities.py
timeseria.egg-info/PKG-INFO
timeseria.egg-info/SOURCES.txt
timeseria.egg-info/dependency_links.txt
timeseria.egg-info/requires.txt
timeseria.egg-info/top_level.txt
timeseria/models/__init__.py
timeseria/models/anomaly_detectors.py
timeseria/models/base.py
timeseria/models/components.py
timeseria/models/forecasters.py
timeseria/models/reconstructors.py
timeseria/static/css/dygraph-2.1.0.css
timeseria/static/js/dygraph-2.1.0.min.js
timeseria/tests/__init__.py
timeseria/tests/test_datastructures.py
timeseria/tests/test_models.py
timeseria/tests/test_operations.py
timeseria/tests/test_storages.py
timeseria/tests/test_time.py
timeseria/tests/test_transformations.py
timeseria/tests/test_units.py
timeseria/tests/test_utilities.py
timeseria/tests/test_data/csv/example_wp_log_peyton_manning.csv
timeseria/tests/test_data/csv/format1.csv
timeseria/tests/test_data/csv/format2.csv
timeseria/tests/test_data/csv/format3.csv
timeseria/tests/test_data/csv/format4.csv
timeseria/tests/test_data/csv/humitemp_long.csv
timeseria/tests/test_data/csv/humitemp_long_difflabels.csv
timeseria/tests/test_data/csv/humitemp_long_full.csv
timeseria/tests/test_data/csv/humitemp_short.csv
timeseria/tests/test_data/csv/multi_values_no_labels.csv
timeseria/tests/test_data/csv/multi_values_with_labels.csv
timeseria/tests/test_data/csv/multi_values_with_labels_dirty.csv
timeseria/tests/test_data/csv/no_data.csv
timeseria/tests/test_data/csv/only_date_no_meaningful_timestamp_label.csv
timeseria/tests/test_data/csv/shampoo_sales.csv
timeseria/tests/test_data/csv/single_value_no_labels.csv
timeseria/tests/test_data/csv/single_value_no_labels_dirty.csv
timeseria/tests/test_data/csv/temp_long_10m.csv
timeseria/tests/test_data/csv/temp_long_1h.csv
timeseria/tests/test_data/csv/temp_short_10m.csv
timeseria/tests/test_data/csv/temp_short_1h.csv
timeseria/tests/test_data/csv/temp_slots_1h.csv
timeseria/tests/test_data/csv/temperature.csv
timeseria/tests/test_data/csv/temperature_winter.csv
timeseria/tests/test_data/csv/temperature_winter_1h.csv
timeseria/tests/test_data/csv/traffic1.csv
timeseria/tests/test_data/csv/traffic1_1.csv
timeseria/tests/test_data/csv/traffic2.csv
timeseria/tests/test_data/csv/traffic2_missing.csv