Skip to content

This repositoty is designed to provide a prediction on stock market based on the Toronto Exchange Stock. This is a student project for Agile Management course for machine learning at George Brown College, Toronto

Notifications You must be signed in to change notification settings

Agile-Project-Group6-GBC/Agile-project-Predict-TSE

Repository files navigation

Agile-project

Predicting Stock Mark

This repository contains code that can be used to predict stock market based on the Toronto Exchange Stock dataset.

While there are a number of existing example datasets for predicting stock market, based on the quality of the data we decided to use the Toronto Exchange Stock dataset, we wanted to see if we could produce an accurate prediction on this dataset.

Created for Agile Project Management for Machine Learning at George Brown College.

Contributing

To submit changes to this repo, please do the following steps:

  • git checkout main
  • git pull main
  • git checkout -b <your_branch_name> (create a branch name based on the changes you want to make)
  • Make your changes
  • Before committing your file, please reset your runtime to get rid of the runtime numbers (IE the numbers between the square brackets beside each cell). The option should be under runtime -> restart runtime, or something like that.
  • Save your file - both the .ipynb and the .py
  • git add .
  • git commit -m "Your commit message here" - please write a short but descriptive message!
  • git push origin <your_branch_name>
  • Open a Pull Request (PR) in Github, attempting to merge your branch into main, and request reviews from the group
  • When you have approvals, merge your pull request

Authors

About

This repositoty is designed to provide a prediction on stock market based on the Toronto Exchange Stock. This is a student project for Agile Management course for machine learning at George Brown College, Toronto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published