add install requirement to tensorboard doc

This commit is contained in:
robcaulk
2023-05-10 10:18:52 +00:00
parent b01aaa4d03
commit 6df5cb8878

View File

@@ -161,6 +161,10 @@ This specific hyperopt would help you understand the appropriate `DI_values` for
!!! note "Availability"
FreqAI includes tensorboard for a variety of models, including XGBoost, all PyTorch models, Reinforcement Learning, and Catboost. If you would like to see Tensorboard integrated into another model type, please open an issue on the [Freqtrade GitHub](https://github.com/freqtrade/freqtrade/issues)
!!! danger "Requirements"
Tensorboard logging requires the FreqAI torch installation/docker image.
The easiest way to use tensorboard is to open a separate shell and run:
```bash