GitHunt
PS

psyclone20/Market-Close-Predictor

A Python script to learn from historic market data and use it to predict various statistics at market close

Market Close Predictor

A prediction model built in Python to estimate the closing price and volume of stocks based on historical data.

Created as part of APAC Hackathon 2018 organised by Credit Suisse.

Working

The script reads the datasets (available here) and fits a Random Forest regression model on the data.

This is then used to predict the volume and price direction (more, lesser or same) when the market closes.

Languages

Python100.0%

Contributors

MIT License
Created July 21, 2019
Updated July 23, 2019
psyclone20/Market-Close-Predictor | GitHunt