Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

afritzler/stock-predictions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-predictions

Stock Predictions Playground

Setup

First lets create a virtualenv for our project and activate it

virtualenv -p python3 env
source env/bin/activate

As we are using fbprophet we need to install it as well

pip install numpy
pip install fbprophet
pip install jupyter

Or just use the requirements.txt

pip install -r requirements.txt

Start using the notebooks available in the notebooks folder by starting jupyter-notebook

jupyter-notebook

About

Stock Predictions Playground

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published