Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

[webui] Support dict intermediate metrics(only for number type)#3895

Merged
QuanluZhang merged 6 commits into
microsoft:masterfrom
Lijiaoa:dev-fix-dict-intermediate
Jul 7, 2021
Merged

[webui] Support dict intermediate metrics(only for number type)#3895
QuanluZhang merged 6 commits into
microsoft:masterfrom
Lijiaoa:dev-fix-dict-intermediate

Conversation

@Lijiaoa

@Lijiaoa Lijiaoa commented Jul 1, 2021

Copy link
Copy Markdown
Contributor
  1. trial intermediate result:

image

  1. compare model:

image

@Lijiaoa

Lijiaoa commented Jul 1, 2021

Copy link
Copy Markdown
Contributor Author

related issue: #2661

intermediates: _parseIntermediates(trial, intermediateKey)
}));

if (trials[0].intermediates !== undefined && trials[0].intermediates[0]) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if trials[0] has empty intermediates?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think empty intermediates is same as x.intermediates is undefined...

@QuanluZhang QuanluZhang merged commit 64cf397 into microsoft:master Jul 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants