Reduce complexity linear_discriminant_analysis.#2452
Reduce complexity linear_discriminant_analysis.#2452dhruvmanila merged 8 commits intoTheAlgorithms:masterfrom
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? |
dhruvmanila
left a comment
There was a problem hiding this comment.
Sorry for taking so long, just a few small changes and this is good to go.
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
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 <dhruvmanila@gmail.com>
|
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 :) |
dhruvmanila
left a comment
There was a problem hiding this comment.
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 <dhruvmanila@gmail.com>
* 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 <dhruvmanila@gmail.com>
* fixup! Format Python code with psf/black push
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
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 <dhruvmanila@gmail.com>
* 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 <dhruvmanila@gmail.com>
* fixup! Format Python code with psf/black push
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
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 <dhruvmanila@gmail.com>
* 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 <dhruvmanila@gmail.com>
* fixup! Format Python code with psf/black push
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
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 <dhruvmanila@gmail.com>
* 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 <dhruvmanila@gmail.com>
* fixup! Format Python code with psf/black push
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
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.