Skip to content

Add table option to ConsoleLogger #542

Closed
1 task
Mr-Geekman opened this issue Feb 18, 2022 · 0 comments · Fixed by #544
Closed
1 task

Add table option to ConsoleLogger #542

Mr-Geekman opened this issue Feb 18, 2022 · 0 comments · Fixed by #544
Assignees
Labels
enhancement New feature or request

Comments

@Mr-Geekman
Copy link
Contributor

🚀 Feature Request

Add boolean option table in ConsoleLogger.__init__ like in WandbLogger. 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 in WandbLogger can solve this problem by not printing backtest results.

Proposal

Add boolean option table in ConsoleLogger.__init__ like in WandbLogger. It should determine to write backtest results or not.

The default value should be True to save current behavior.

Test cases

  1. Add test on option table=False during backtest.

Alternatives

No response

Additional context

No response

Checklist

  • I discussed this issue with ETNA Team
@Mr-Geekman Mr-Geekman added the enhancement New feature or request label Feb 18, 2022
@Mr-Geekman Mr-Geekman self-assigned this Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant