We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
df87c8b
The Transform widget needs to retain original data, and place the embedding variables as meta features. See e.g. t-SNE widget.
Original data is overridden by new features. While this is sometimes desirable, we need an option to chose between the two modalities.
See this workflow: tsne-transform.ows.zip
The text was updated successfully, but these errors were encountered:
Also, be sure not to lose any Table metadata.
Sorry, something went wrong.
Merge pull request #3549 from AndrejaKovacic/keep_data_owtransform
c06cda3
[ENH] OWTransform: add option to keep original data #3526
Fixed by #3549
AndrejaKovacic
No branches or pull requests
Orange version
df87c8b
Expected behavior
The Transform widget needs to retain original data, and place the embedding variables as meta features. See e.g. t-SNE widget.
Actual behavior
Original data is overridden by new features. While this is sometimes desirable, we need an option to chose between the two modalities.
Steps to reproduce the behavior
See this workflow:
tsne-transform.ows.zip
The text was updated successfully, but these errors were encountered: