[MRG] MAINT deprecate explicit indices parameter to CV generators, even if True#1
Closed
[MRG] MAINT deprecate explicit indices parameter to CV generators, even if True#1
Conversation
[DOC] Remove that RBM's are not implemented yet
FIX: release reference to X in _tree.splitter
* added extra checks for custom vocab in CountVectorizer * added test for custom vocab to check fauly vocabs Fixes scikit-learn#2357.
- Added 'cosine_distances' function to sklearn.metrics.pairwise. - Added 'cosine' as metric in 'pairwise_distances' function. - Corrected doc string of same function, because all metrics based on the 'manhattan_distances' function (i.e. 'cityblock', 'l1', and 'manhattan') do currently NOT support sparse matrices. - Added corresponding corresponding unit test.
... instead of to itself.
These warnings are issued practically always when using frequency-valued or boolean data. Switched to a stable sort to get reproducible results.
Cosine distance metric for sparse matrices
[MRG] remove warnings in univariate feature selection
FIX: free self.estimators_
DOC: Update pyamg site and fix a typo.
MRG: DOC: Simpler cross-validation iterator doc
* Rewritten for efficiency and neatness. Note the handling of multilabel-sequences format by binarizing is in response to benchmarks. * Also fixed some warning handling in tests
[MRG] faster, flatter precision_recall_fscore_support
jnothman
pushed a commit
that referenced
this pull request
Nov 20, 2016
Unicode docstrings are not handled correctly on Python 2.x
jnothman
pushed a commit
that referenced
this pull request
Nov 20, 2016
ENH : simplify handling of Yield section
jnothman
pushed a commit
that referenced
this pull request
Dec 11, 2016
…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 #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
jnothman
pushed a commit
that referenced
this pull request
Jul 18, 2018
* Add averaging option to AMI and NMI Leave current behavior unchanged * Flake8 fixes * Incorporate tests of means for AMI and NMI * Add note about `average_method` in NMI * Update docs from AMI, NMI changes (#1) * Correct the NMI and AMI descriptions in docs * Update docstrings due to averaging changes - V-measure - Homogeneity - Completeness - NMI - AMI * Update documentation and remove nose tests (#2) * Update v0.20.rst * Update test_supervised.py * Update clustering.rst * Fix multiple spaces after operator * Rename all arguments * No more arbitrary values! * Improve handling of floating-point imprecision * Clearly state when the change occurs * Update AMI/NMI docs * Update v0.20.rst * Catch FutureWarnings in AMI and NMI
jnothman
pushed a commit
that referenced
this pull request
Jun 26, 2019
Replacing the Pipeline changes by ResampledTrainer
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.
Fixes up some gaps in scikit-learn#2334