feat(Data): added extra features, exploration notebook

This commit is contained in:
Mark Aron Szulyovszky
2021-11-09 17:16:40 +01:00
parent d5086a4785
commit 20aa1474d6
20 changed files with 21700 additions and 21556 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ crypto_tickers = ["BTC", "ETH", "BNB", "ADA", "SOL", "XRP", "DOT", "LTC", "UNI",
etf_tickers = ["GLD", "IEF", "TLT", "SPY", "QQQ"]
tickers = crypto_tickers + etf_tickers
add_features = False
add_features = True
#%%
for ticker in tickers: