Skip to content

A series of notebooks to dive into time series analysis using popular public datasets

Notifications You must be signed in to change notification settings

leogs/time_series_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time_series_analysis

A series of notebooks to dive into time series analysis using popular public datasets

How to run?

To run the whole environment with all the notebooks, install docker, go to the root directory of the project, then build the image with the following command (replace with any name you want):

docker image build -t <image-name> .

Next, run the container. If you're on Windows, replace (pwd) with {pwd}

docker container run -p 8888:8888 -v $(pwd)/datasets/:/app/datasets/ -v $(pwd)/notebooks/:/app/notebooks/ <image-name>

About

A series of notebooks to dive into time series analysis using popular public datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published