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

Dimensionality reduction with PCA #272

Conversation

Abhiramkns
Copy link
Contributor

@Abhiramkns Abhiramkns commented Jun 23, 2023

Pull Request Template

Type of Change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Description

  1. Added code changes to incorporate dimensionality reduction with PCA and obtain 2D/3D projections.
  2. Added test case to cover dimensionality reduction with PCA.

Testing Result

Sample input: dataset with 200 features, 200 samples, and 4 labels.
Sample outputs:
3D projection after PCA reduction:
Screenshot 2023-06-24 at 1 28 51 AM

2D projection after PCA reduction:
Screenshot 2023-06-24 at 1 29 06 AM

Fixes #225

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style (BLACK) of this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Author's Note

Please provide any additional information, questions, or concerns you have about this pull request.

Copy link
Collaborator

@Dominastorm Dominastorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Dominastorm Dominastorm merged commit da2081d into uptrain-ai:main Feb 13, 2024
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.

Dimensionality Reduction with PCA
2 participants