-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Reduce complexity linear_discriminant_analysis. #2452
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
Hey @NumberPiOso, TravisCI finished with status TravisBuddy Request Identifier: bde32920-fabf-11ea-8017-3168cf2e728c |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
How do I get for someone to review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking so long, just a few small changes and this is good to go.
Co-authored-by: Dhruv Manilawala <[email protected]>
23e7127
to
44d7c0b
Compare
44d7c0b
to
06a38a6
Compare
I just get one check from the Travis CI system, nothing from pre-commit. Does this mean that it is good to go or that something is bad? |
Your branch is based off on a very old commit, the Always update your fork copy to keep in sync with the main repository. If you want to make a pull request, make a branch from the latest copy and then make your changes in that branch. The branch this PR based off is around 200 commits behind the master branch of this repository. |
Co-authored-by: Dhruv Manilawala <[email protected]>
Yes I get it, I suppose I always start the branches from the lastest commit. But this pull request has been open since 19 September, almost two months, so I guess this explains why it is 200 commits behind. If it is better to start another pull request cherry picking this changes or something let me know. |
I think rebasing should be enough, if that won't work then try cherry-picking otherwise another PR seems like the easiest option :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems good to go. Thank you for your contribution! And sorry for the late review.
Thank you for the review. |
* Reduce complexity linear_discriminant_analysis. * Fix whitespace * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push * Fix format to surpass pre-commit tests * updating DIRECTORY.md * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push Co-authored-by: Dhruv Manilawala <[email protected]> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
* Reduce complexity linear_discriminant_analysis. * Fix whitespace * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push * Fix format to surpass pre-commit tests * updating DIRECTORY.md * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push Co-authored-by: Dhruv Manilawala <[email protected]> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
* Reduce complexity linear_discriminant_analysis. * Fix whitespace * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push * Fix format to surpass pre-commit tests * updating DIRECTORY.md * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push Co-authored-by: Dhruv Manilawala <[email protected]> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
* Reduce complexity linear_discriminant_analysis. * Fix whitespace * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push * Fix format to surpass pre-commit tests * updating DIRECTORY.md * Update machine_learning/linear_discriminant_analysis.py Co-authored-by: Dhruv Manilawala <[email protected]> * fixup! Format Python code with psf/black push Co-authored-by: Dhruv Manilawala <[email protected]> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Tracking issue #2128
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.Not really know how to create doctests for this kind of input functions.