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

Output logs in JSON format #1

Closed
ekzhu opened this issue Oct 10, 2020 · 1 comment
Closed

Output logs in JSON format #1

ekzhu opened this issue Oct 10, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ekzhu
Copy link
Contributor

ekzhu commented Oct 10, 2020

Currently logs are produced in Tab-separated row format. Consider JSON log format because:

  1. Easier interpolation with log analysis tools such as Elasticsearch/Logstash
  2. JSON is typed, better for parsing in Python
  3. Easier to combine log output from different future versions due to log schema change -- JSON schema is not position sensitive like the current format.
  4. Model configuration is already dumped in JSON.
@ekzhu ekzhu added the enhancement New feature or request label Oct 10, 2020
@sonichi
Copy link
Collaborator

sonichi commented Oct 12, 2020

related module:
automl.retrain_from_log, get_estimator_from_log, fit
util.get_output_from_log, save_info_helper
search.evaluate_proposed_config, train_config

ekzhu added a commit that referenced this issue Oct 24, 2020
@ekzhu ekzhu mentioned this issue Nov 6, 2020
@sonichi sonichi closed this as completed Nov 21, 2020
skzhang1 added a commit that referenced this issue Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants