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

[FEA] PCA initialization for TSNE #3458

Open
cjnolet opened this issue Feb 4, 2021 · 3 comments · May be fixed by #5897
Open

[FEA] PCA initialization for TSNE #3458

cjnolet opened this issue Feb 4, 2021 · 3 comments · May be fixed by #5897
Labels
feature request New feature or request inactive-30d

Comments

@cjnolet
Copy link
Member

cjnolet commented Feb 4, 2021

UMAP uses a spectral embedding to initialize points and it was recently demonstrated in this paper that the choice of initialization is important to preserving global structure. The paper also demonstrates that TSNE can preserve global structure fairly well by using PCA to initialize the embeddings.

The PCA initialization is done directly on the training data (using only the first 2 principal components).

@cjnolet cjnolet added feature request New feature or request ? - Needs Triage Need team to review and classify and removed ? - Needs Triage Need team to review and classify labels Feb 4, 2021
@cjnolet cjnolet added this to Needs prioritizing in Feature Planning via automation Feb 4, 2021
@github-actions
Copy link

github-actions bot commented Mar 6, 2021

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@cjnolet
Copy link
Member Author

cjnolet commented Apr 14, 2021

Linking #1029 and preferring use of this issue since we have made progress on sparse PCA since the original issue was opened.

@cjnolet cjnolet added this to Issue-Needs prioritizing in v21.06 Release via automation Apr 14, 2021
@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@dantegd dantegd removed this from Needs prioritizing in Feature Planning May 19, 2021
@dantegd dantegd removed this from Issue-Needs prioritizing in v21.06 Release May 19, 2021
@dantegd dantegd added this to Issue-Needs prioritizing in v21.08 Release via automation May 19, 2021
@dantegd dantegd removed this from Issue-Needs prioritizing in v21.08 Release Jul 21, 2021
@dantegd dantegd added this to Issue-Needs prioritizing in v21.10 Release via automation Jul 21, 2021
@caryr35 caryr35 removed this from Issue-Needs prioritizing in v21.10 Release Oct 4, 2021
@caryr35 caryr35 added this to Issue-Needs prioritizing in v21.12 Release via automation Oct 4, 2021
@caryr35 caryr35 removed this from Issue-Needs prioritizing in v21.12 Release Dec 15, 2021
@caryr35 caryr35 added this to Issue-Needs prioritizing in v22.02 Release via automation Dec 15, 2021
@caryr35 caryr35 removed this from Issue-Needs prioritizing in v22.02 Release Feb 8, 2022
@caryr35 caryr35 added this to Issue-Needs prioritizing in v22.04 Release via automation Feb 8, 2022
@caryr35 caryr35 added this to Issue-Needs prioritizing in v22.06 Release via automation Apr 12, 2022
@caryr35 caryr35 removed this from Issue-Needs prioritizing in v22.04 Release Apr 12, 2022
@caryr35 caryr35 removed this from Issue-Needs prioritizing in v22.06 Release Jun 16, 2022
@caryr35 caryr35 added this to Issue-Needs prioritizing in v22.08 Release via automation Jun 16, 2022
@caryr35 caryr35 removed this from Issue-Needs prioritizing in v22.08 Release Aug 9, 2022
@caryr35 caryr35 added this to Issue-Needs prioritizing in v22.10 Release via automation Aug 9, 2022
@caryr35 caryr35 removed this from Issue-Needs prioritizing in v22.10 Release Oct 18, 2022
@caryr35 caryr35 added this to Issue-Needs prioritizing in v22.12 Release via automation Oct 18, 2022
@aamijar aamijar linked a pull request May 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request inactive-30d
Projects
No open projects
v22.12 Release
  
Issue-Needs prioritizing
Development

Successfully merging a pull request may close this issue.

1 participant