A Repository Featuring a Stock Price Prediction Project. This project explores various data preprocessing techniques, feature engineering, and machine learning models to forecast stock closing prices. The dataset includes financial metrics and historical stock prices.
DAT540Project.ipynb: Jupyter Notebook with data processing, model training, and evaluation.- Datasets:
prices.csvprices-split-adjusted.csvfundamentals.csvsecurities.csv
- Python
- Pandas & NumPy
- Scikit-learn
- TensorFlow/Keras (if using deep learning)
- Matplotlib & Seaborn (for visualization)
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/Stock-Price-Prediction.git cd Stock-Price-Prediction