tradytics / surpriver

Find big moving stocks before they move using machine learning and anomaly detection
https://www.tradytics.com/
GNU General Public License v3.0
1.77k stars 330 forks source link

No file or directory: dictionaries/data_dict.npy #5

Closed DoubleA11 closed 4 years ago

DoubleA11 commented 4 years ago

Those who encounter this error, change the first command from this: python detection_engine.py --top_n 25 --min_volume 5000 --data_granularity_minutes 60 --history_to_use 14 --is_load_from_dictionary 0 --data_dictionary_path 'dictionaries/data_dict.npy' --is_save_dictionary 1 --is_test 0 --future_bars 0

And change this to: python detection_engine.py --top_n 25 --min_volume 5000 --data_granularity_minutes 60 --history_to_use 14 --is_load_from_dictionary 0 --data_dictionary_path dictionaries/data_dict.npy --is_save_dictionary 1 --is_test 0 --future_bars 0

tradytics commented 4 years ago

Excellent information. I will close this issue now. Thanks a lot.