We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
table
ConsoleLogger
Add boolean option table in ConsoleLogger.__init__ like in WandbLogger. It should determine to write backtest results or not.
ConsoleLogger.__init__
WandbLogger
Sometimes, the results of backtest are very big and ConsoleLogger in current state can make logs and terminal flooded with backtest results.
Option table like in WandbLogger can solve this problem by not printing backtest results.
The default value should be True to save current behavior.
True
table=False
No response
The text was updated successfully, but these errors were encountered:
option
Mr-Geekman
Successfully merging a pull request may close this issue.
🚀 Feature Request
Add boolean option
table
inConsoleLogger.__init__
like inWandbLogger
. It should determine to write backtest results or not.Motivation
Sometimes, the results of backtest are very big and
ConsoleLogger
in current state can make logs and terminal flooded with backtest results.Option
table
like inWandbLogger
can solve this problem by not printing backtest results.Proposal
Add boolean option
table
inConsoleLogger.__init__
like inWandbLogger
. It should determine to write backtest results or not.The default value should be
True
to save current behavior.Test cases
table=False
during backtest.Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: