Skip to content

Conversation

@jetfuel
Copy link
Collaborator

@jetfuel jetfuel commented Mar 30, 2018

Create Embedding frontend UI.
Support "Label Display Toggle"
Support "Search"
Using Mock data.

NOTE: The "Embedding" app menu is hidden right now. So it will not show up from the app menu.

@jetfuel jetfuel self-assigned this Mar 30, 2018
val = val.toLowerCase()

function hasPrefix(value) {
var word = value[2]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this because '2' is the label of the data, like 'yellow' in [10.0, 8.04, "yellow"] ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That's is correct. This way the EChart can plot the graph. EChart demo code uses this pattern.

normal: {
show: true,
formatter: function (param) {
return param.data[2];
Copy link
Collaborator

Choose a reason for hiding this comment

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

same thing here, right? 'yellow' in [10.0, 8.04, "yellow"] ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, that is correct.

@jetfuel jetfuel merged commit 6454bf0 into PaddlePaddle:develop Mar 30, 2018
@jetfuel jetfuel deleted the embedding_visualization_frontend branch March 30, 2018 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants