Skip to content

Code and materials for the Data Science in Layman's Terms: Time Series Analysis course

License

Notifications You must be signed in to change notification settings

nlinc1905/dsilt-tsa

Repository files navigation

dsilt-tsa

Code and materials for the Data Science in Layman's Terms: Time Series Analysis course

Before running any of the code, be sure to install the requirements. Links to the datasets are below.

python -m virtualenv env
source env/bin/activate
python -m pip install -r requirements.txt

Time Series Classification API Service

For the time_series_classification API service, you will need to train the models before starting the API. This can be done by running the evaluation script:

python evaluate_models.py

The API can then be ininialized with:

uvicorn main:app

Go to http://127.0.0.1:8000/docs to try it out.

Links

Links from the lecture slides are listed below, under the name of the lecture they are from.

Autocorrelation

Forecasting with Nonlinear Models

Signals

Anomaly Detection and Forecasting Project

Segmentation Project

Sequence Prediction Project

Time Series Classification Project

Signal Processing Project

Time and Location Project

What Else About Time Series

About

Code and materials for the Data Science in Layman's Terms: Time Series Analysis course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published