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

Update tsne function due to dependency change in nlp.py #58

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Update tsne function due to dependency change in nlp.py #58

merged 1 commit into from
Aug 28, 2023

Conversation

rjavierch
Copy link
Contributor

@rjavierch rjavierch commented Aug 28, 2023

The recent update to a dependency removed the need for the 'square_distance' argument in the tsne function, which is used within the calculate_embedding function in the nlp module. This commit updates the tsne function to no longer require the 'square_distance' argument.

Fixes #54

The recent update to a dependency removed the need for the 'square_distance' argument in the tsne function, which is used within the calculate_embedding function in the nlp module. This commit updates the tsne function to no longer require the 'square_distance' argument.

Fixes scikit-learn#12401
@rjavierch rjavierch closed this Aug 28, 2023
@stijnh stijnh reopened this Aug 28, 2023
@stijnh stijnh merged commit ab9f1d6 into NLeSC:master Aug 28, 2023
4 of 5 checks passed
@stijnh
Copy link
Member

stijnh commented Aug 28, 2023

Looks good to me! Thanks for your contribution and thanks for looking into this!

The CI failed due to the linter, but that is not the fault of this PR.

@rjavierch rjavierch deleted the bugfix/issue-54 branch February 21, 2024 05:32
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.

The "square_distances" argument of TSNE function used in calculate_embedding is deprecated
2 participants