Update from Original#1
Merged
nielsenmarkus11 merged 42 commits intonielsenmarkus11:masterfrom Sep 12, 2016
Merged
Conversation
Rename scorers like MSE to neg_MSE so that it is less surprising that they return negative values.
get_scrorer now warns if you use an old name for a scorer and tests have been updated to use new naming convention.
Maintain old names during the deprecation period and update tests to use better variables names.
Treat (callable) instances different from functions in the deprecated decorator
Also update tests for new behaviour and ensure there are warnings for some changed and confusing (pity) behaviours.
Makes the distinction between the metric and the scorer a bit easier for the reader.
…uldn't touch anything. (#5540) * BF: issue 5522 (cloning objects with pandas.Dataframe attributes) * super conservative fix, pending GP and VBGMM fixes. * TST improved test for df param * add deprecation warning, add whatsnew entry * fixed place of deprecation warning, added test for deprecation warning. * pep8 * fix whitespace error
…ing scipy or numpy with pip. (#7313)
[MRG + 2] Rename scorers like `mse` to `neg_mse`
[MRG + 1] Complete deprecation of default average in P/R/F metrics
…#7331) * FIX use high precision cumsum and check it is stable enough
Fix sampling in stratified shuffle split, break tests that test sampling.
Added a bugfix report to whats_new.rst. Modified a unit test to check for the kind of problems caused by isclose.
…fit and transform (#7374)
[MRG] Fix for MLP multilabel predict_proba and removal of decision_function
* TST Stronger test for _check_is_permutation * TST Ensure additional duplicate indices are caught
nielsenmarkus11
pushed a commit
that referenced
this pull request
May 31, 2017
…scikit-learn#7838) * initial commit for return_std * initial commit for return_std * adding tests, examples, ARD predict_std * adding tests, examples, ARD predict_std * a smidge more documentation * a smidge more documentation * Missed a few PEP8 issues * Changing predict_std to return_std #1 * Changing predict_std to return_std #2 * Changing predict_std to return_std scikit-learn#3 * Changing predict_std to return_std final * adding better plots via polynomial regression * trying to fix flake error * fix to ARD plotting issue * fixing some flakes * Two blank lines part 1 * Two blank lines part 2 * More newlines! * Even more newlines * adding info to the doc string for the two plot files * Rephrasing "polynomial" for Bayesian Ridge Regression * Updating "polynomia" for ARD * Adding more formal references * Another asked-for improvement to doc string. * Fixing flake8 errors * Cleaning up the tests a smidge. * A few more flakes * requested fixes from Andy * Mini bug fix * Final pep8 fix * pep8 fix round 2 * Fix beta_ to alpha_ in the comments
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
What does this implement/fix? Explain your changes.
Any other comments?