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

OWTransform: add option to keep original features. #3526

Closed
mstrazar opened this issue Jan 11, 2019 · 2 comments
Closed

OWTransform: add option to keep original features. #3526

mstrazar opened this issue Jan 11, 2019 · 2 comments
Assignees
Labels

Comments

@mstrazar
Copy link
Contributor

mstrazar commented Jan 11, 2019

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

@mstrazar
Copy link
Contributor Author

mstrazar commented Jan 11, 2019

Also, be sure not to lose any Table metadata.

@AndrejaKovacic AndrejaKovacic self-assigned this Jan 18, 2019
@janezd janezd added the wish label Jan 24, 2019
mstrazar added a commit that referenced this issue Jan 25, 2019
[ENH] OWTransform: add option to keep original data #3526
@mstrazar
Copy link
Contributor Author

Fixed by #3549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants