Closing Prices Starter Notebook
- Concatenated Fear and Greed Index Values with Bitcoin Close prices
- Created function to slice data by window specified
- Split the dataset, 70% train, 30% test.
- Scaled feature and target variables
- Specified three LSTM layers, each accompanied by a dropout layer
- Compiled and trained the model with 100 epochs and 1 batch size
- Evaluated the loss metric for each feature (Close price, Fear and Greed Index)
- Used the model to predict prices
- Plotted chart of real vs Predicted Price
BTC Closing Model Prediction | BTC FNG Model Prediction |
---|---|
![]() |
![]() |