trentleslie / hopsworks_spy_forecast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hopsworks_spy_forecast

project/ │ ├── src/ │ ├── alpha_vantage.py │ ├── process_raw_data.py │ ├── spy_forecast_training.py │ └── main.py │ ├── tests/ │ ├── test_load_data.py │ ├── test_preprocess_data.py │ ├── test_train_model.py │ └── test_main.py │ └── data/ ├── raw/ └── processed/

About


Languages

Language:Python 96.6%Language:Shell 3.4%