VivekPa / AIAlpha

Use unsupervised and supervised learning to predict stocks
MIT License
1.71k stars 446 forks source link

processed_data/price_bars/dollar_bars.csv missing #21

Closed ppete3 closed 5 years ago

ppete3 commented 5 years ago

I downloaded the project from Git on 7/31/2019. run.py has df = preprocess.make_features(file_path=f"sample_data/processed_data/price_bars/dollar_bars.csv", window=20,
csv_path="sample_data/processed_data/autoencoder_data", save_csv=True) C:_AI\AIAlpha-master\sample_data\processed_data\price_bars only has test

can you help me?

VivekPa commented 5 years ago

Added the required code parts to run.py. Do check now.