Stock Price trend analysis on Yahoo Finance data.
- Scraped livestock prices from Yahoo Finance using Python libraries.
- Selected a few stocks and exported the data as a JSON file.
- Performed exploratory data analysis and visualization to understand the stock price trends.
- Developed a Flask web application that deploys the stock price prediction model and
- enables users to interactively visualize the trends.
- Created a model exploring trend analysis on College Basketball Data
- Scraped pace as well as offensive and defensive metrics from Kenpom using python libraries.
- Built a formula using the prior metrics to then output results similar to their real-life counterparts
- Performed exploratory data analysis and visualization to understand the accuracy of model trends.