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

Embedding visualization frontend #353

Merged

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.

None yet

2 participants