Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyaf 5.0 Final Touch 6 : Disable Timing Loggers by default #237

Closed
antoinecarme opened this issue Apr 2, 2023 · 1 comment
Closed

Pyaf 5.0 Final Touch 6 : Disable Timing Loggers by default #237

antoinecarme opened this issue Apr 2, 2023 · 1 comment

Comments

@antoinecarme
Copy link
Owner

Timing operations are producing a lot of noise/blabla in jupyter notebooks. Hierarchical models are building a lot of forecasting models and their logs are difficult to read now.

Do this:

  1. Disable time logging by default. cTimer logging level = logging.INFO
  2. Add a way to enable logging + tests with time logger activated. cTimer logging level = logging.DEBUG
  3. Perform a real logging of time spent in most important operations (train + forecast + ...) independently of time loggers. The training time is an important performance indicator and must be logged the same way the model MAPE is logged.
  4. Regenerate jupyter notebooks.
  5. Double check the CI results.
@antoinecarme antoinecarme self-assigned this Apr 2, 2023
antoinecarme added a commit that referenced this issue Apr 2, 2023
antoinecarme added a commit that referenced this issue Apr 2, 2023
@antoinecarme
Copy link
Owner Author

FIXED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant