Stock Predictor program
here is the instruction to run the code command prompt window has to be rooted at the project main folder where all the src and data folders are
NOTE: data extraction process (1) and (2) are time consuming. if you dont want to spend 2hrs move to step (3)
run python3 and ... (1) src/stock_data_extractor.py (2) src/extract_10q.py (3) src/compute_stock_index_performance.py (4) src/nlp_report_feature_extraction.py (5) src/process_nlp_data.py (6) src/stocks_extract_extra_features.py (7) src/organize_data_by_stocks.py (8) src/preprossessing_data.py (9) src/normalized_stocks_data.py (10) src/exploratory_data_analysis.py (11) src/clustering_data.py (12) src/outlier_detection.py (13) src/feature_selector.py (14) src/classification_tuning.py
the data will be in the data folder and outputs in the output folder