Skip to content

Instantly share code, notes, and snippets.

@DBremen
DBremen / powers.ipynb
Created January 9, 2020 14:17
Exponents and latex
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DBremen
DBremen / arithmetic_latex.ipynb
Created January 7, 2020 16:33
Arithmetic + Latex in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DBremen
DBremen / SEC002 VID002 Build and Implement Random Forests Algorithm.ipynb
Last active January 2, 2020 12:32
Build and implement random forests algo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DBremen
DBremen / Portfolio Forecasting.ipynb
Created January 2, 2020 09:53
How to Automate Forecasting Retirement Portfolio
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DBremen
DBremen / SEC001 VID006 Evaluate the Strategy Performance.ipynb
Last active January 1, 2020 19:10
Evaluate buy and hold strategy's performance
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DBremen
DBremen / ziplineSetup.md
Last active January 3, 2020 08:32
How to install use zipline with conda on Windows 10 as of 12/2019

How to install use zipline with conda on Windows 10 as of 12/2019

Downgrade conda

  • conda config --set allow_conda_downgrades true
  • conda install conda=4.6.11

Create new environment with python 3.5 installing necessary modules

  • conda create -n quant python=3.5
  • conda activate env_quant
  • conda install nb_conda jupyter ipykernel tornado=4.5.3 pywin32 matplotlib autopep8 scikit-learn joblib -y -n quant
  • pip install mpl-finance

Install and setup zipline

@DBremen
DBremen / SEC001 VID004 Fetching and understanding the Dataset.ipynb
Last active December 31, 2019 15:40
Trading-Bots-with-Python - Fetching and understanding the Dataset.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.