add tensorboard integration to XGBoost and PyTorch et al

This commit is contained in:
robcaulk
2023-05-10 09:48:36 +00:00
parent d02cf8f0b7
commit ffc4d87263
9 changed files with 112 additions and 16 deletions

View File

@@ -158,7 +158,10 @@ This specific hyperopt would help you understand the appropriate `DI_values` for
## Using Tensorboard
CatBoost models benefit from tracking training metrics via Tensorboard. You can take advantage of the FreqAI integration to track training and evaluation performance across all coins and across all retrainings. Tensorboard is activated via the following command:
!!! 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)
The easiest way to use tensorboard is to open a separate shell and run:
```bash
cd freqtrade