AIAlpha
AIAlpha copied to clipboard
FileNotFoundError
I'm having some issues, getting these errors:
C:\Windows\System32> C:\Users\kanzl\Downloads\AIAlpha-master\AIAlpha-master\run.py install
Using TensorFlow backend.
Creating tick bars...
Reading data in batches of 20000000
Traceback (most recent call last):
File "C:\Users\kanzl\Downloads\AIAlpha-master\AIAlpha-master\run.py", line 14, in
If you could help I would appreciate
I have a diff file that is missing :(
FileNotFoundError: [Errno 2] No such file or directory: 'data/processed_data/sample_data/processed_data/autoencoder_data/train_x.csv'
Me too...
Did somebody resolve it ?
turn data_processing.py Class line 95-100 to train_x.to_csv(f'{csv_path}/train_x.csv') train_y.to_csv(f'{csv_path}/train_y.csv', header=['y_values']) test_x.to_csv(f'{csv_path}/test_x.csv') test_y.to_csv(f'{csv_path}/test_y.csv', header=['y_values']) fulldata.to_csv(f'{csv_path}/full_x.csv') y_values.to_csv(f'{csv_path}/full_y.csv', header=['y_values'])
@saookami is right. that worked.
Too bad we cant make a PR for this. Is the author of this repo still maintaining it?