From 6df5cb88787ad5e909c1d13de48e4ee8d066fd46 Mon Sep 17 00:00:00 2001 From: robcaulk Date: Wed, 10 May 2023 10:18:52 +0000 Subject: [PATCH] add install requirement to tensorboard doc --- docs/freqai-running.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/freqai-running.md b/docs/freqai-running.md index 5ea67651f..ec6d28c57 100644 --- a/docs/freqai-running.md +++ b/docs/freqai-running.md @@ -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