Skip to content

Financial Timeseries Forecasting using Wavelet as Features with multiple ML Algorithms

Notifications You must be signed in to change notification settings

john2408/Timeseries_Wavelet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Timeseries Forecasting with Wavelet and Graph Neural Networks

image size

Build Docker image:

sudo docker build -t ml_dev:latest .

Run interactive docker session, where "PWD" is your current working directory in the terminal:

sudo docker run -it --rm -p 8888:8888 -v "${PWD}":/home/ ml_dev:latest

Then go to your vscode and open your working directoy, and press Crtl + Shift + p and select:

Dev containers: Attach to runnig container...

A new VsCode window will open up, now you can start working with jupyter files, python files, debuggers, etc.

For jupyter notebooks install the "Jupyter" extension on the the VsCode window.

About

Financial Timeseries Forecasting using Wavelet as Features with multiple ML Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages