-
-
Notifications
You must be signed in to change notification settings - Fork 48.8k
Add t stochastic neighbour embedding using Iris dataset #13476
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
Conversation
for more information, see https://pre-commit.ci
Hi @cclauss My PR has passed all checks and is marked as “awaiting review”. I'm really glad to contribute to this highly maintained repo :) |
Please read about descriptive variable names in CONTRIBUTING.md. Lines like |
for more information, see https://pre-commit.ci
Co-authored-by: Christian Clauss <cclauss@me.com>
@cclaus Should I remove those "Example " lines from the following code too or just that specific one you mentioned? |
Please remove all instances of |
@Khansa435 I have opened Issue for this algorithm and am working on the same |
Add the URL https://en.wikipedia.org/wiki/T-distributed_stochastic_neighbor_embedding to the top of the file to help readers learn. |
Co-authored-by: Christian Clauss <cclauss@me.com>
@cclauss Committed all proposed changes (Removed all instances of Example: and dedented the lines below, also added URL at the top of file) and the final commit passes all checks. Please review the final commit :) |
Awesome!!! |
Thank you so much :) |
Description:
This PR has added a complete educational workthrough of (t-SNE) t-distributed Stochastic Neighbor Embedding for students.
Checklist: