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

Finish decomposition explained variance visualizer #316

Open
4 tasks
bbengfort opened this issue Mar 2, 2018 · 2 comments · May be fixed by #1037
Open
4 tasks

Finish decomposition explained variance visualizer #316

bbengfort opened this issue Mar 2, 2018 · 2 comments · May be fixed by #1037
Labels
level: intermediate python coding expertise required priority: medium can wait until after next release type: feature a new visualizer or utility for yb

Comments

@bbengfort
Copy link
Member

bbengfort commented Mar 2, 2018

Thanks to @georgerichardson we have an explained variance visualizer for PCA decomposition. This needs to be wrapped up as follows:

Note to contributors: items in the below checklist don't need to be completed in a single PR; if you see one that catches your eye, feel to pick it off the list!

  • expressiveness for other explained variances
  • labeling and key values features
  • tests
  • documentation

See #238

@bbengfort bbengfort added type: feature a new visualizer or utility for yb priority: medium can wait until after next release level: intermediate python coding expertise required labels Mar 2, 2018
@bbengfort
Copy link
Member Author

See this blog post: A One-Stop Shop for Principal Component Analysis for a detailed and readable explanation of PCA as well as the use of the "scree plot" for selecting the number of components, which is what this visualizer is largely for.

@bbengfort
Copy link
Member Author

@naresh-bachwani let's make sure that we close this issue when you finish #954

@bbengfort bbengfort linked a pull request Feb 11, 2020 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level: intermediate python coding expertise required priority: medium can wait until after next release type: feature a new visualizer or utility for yb
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants