Skip to content

shortthirdman/NewsSentiment-AssetPrices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Sentiment and Asset Prices

Backtesting News Sentiment with Asset Prices

Made withJupyter GitHub License GitHub code size in bytes GitHub repo size

Development

  • Create a Python virtual environment and activate

    $ python -m venv --upgrade-deps --clear dev
    $ ./dev/Scripts/activate
    $ export PIP_CONFIG_FILE=".\pip.conf"
  • Install the packages and dependencies as listed in requirements file

    $ python -m pip install --upgrade pip
    $ pip install -U -r requirements.txt --no-cache-dir --disable-pip-version-check
  • Start your development Jupyter Notebook or Jupyter Lab server

    $ jupyter lab --notebook-dir=.\notebooks --no-browser

About

Backtesting News Sentiment with Asset Prices

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published