Skip to content

brunozimpel/ibm-stock-price-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock price predictor

This repo contains a brief Machine Learning project, where we tried to predict the IBM stock price through learning models.

Step by step to run the code

  • Add your Quandl API private key as an environmental variable to your local environment, name it as QUANDL_API_KEY
  • Create virtual env: virtualenv -p python3 ibm-stock
  • Activate virtual env: source ibm-stock/bin/activate
  • Install requirements: pip3 install -r requirements.txt
  • Run main.py: python3 main.py

main.py will create a menu where you will choose which model do you want to evaluate at the given time.

The next instructions will be shown directly on the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages