如何将比特币时间序列数据从 yfinance 导入到我的 Jupyter 笔记本中?

问题描述 投票:0回答:0

我想创建一个 LSTM 网络,如何从 Yfinance 导入 BTC/USD 时间序列价格?

against_crypto = 'USD'df = yf.download(f'{crypto}-{against_crypto}', start=start, end=end)

我用过这个,但它没有给出时间序列。

python machine-learning deep-learning time-series lstm
© www.soinside.com 2019 - 2024. All rights reserved.