Add short explanation of regression test do contributing docs. #8679 0.17.x - #8813
Closed
puneetmathurDS wants to merge 83 commits into
Closed
Add short explanation of regression test do contributing docs. #8679 0.17.x#8813puneetmathurDS wants to merge 83 commits into
puneetmathurDS wants to merge 83 commits into
Conversation
…at it always does that.
RandomTreeEmbeddings overwrites the fit_transform method of _LearntSelectorMixin
Residues can be empty if the rank of X does not satisfy the conditions described in scipy.linalg.lstsq documentation. As residues are not that useful (i.e. we're not doing stat testing), this property is deprecated and will be removed in sklearn 0.19.
…nge to 0.16 whatsnew.
…h will fail in future versions of numpy)
that have been generated with scikit-learn < 0.17
[MRG] backport CI fixes to 0.17.X branch
[ci skip]
scipy.misc.lena will be removed in scipy version 0.17. This changes the example to use scipy.misc.face instead.
Flip sign according to `u` in both cases of `transpose`.
Backport 0.17.X -- FIX in randomized_svd flip sign
Using a different resource than lib.stat.cmu.edu which has not been fixed yet.
* fix floating point indexing in generic univariate * weird work-around for spearman test * add test for auto increasing
Member
|
@puneetmathurDS close this PR, please |
Contributor
Author
|
Closing this in favor of #8817 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issue
Add short explanation of regression test do contributing docs. Issue#8679
What does this implement/fix? Explain your changes.
Added info about regression test under test coverage in file contributing.rst
Any other comments?