Merged
Conversation
* Isotonic regression docs * remove space * Apply suggestions from code review Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com> * Documented auto option in UG * fixed more docstrings * Addressed comments Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
* CLN use pytest raises ctxt manager for class weights & estimators [skip ci] * CLN use pytest raises ctxt manager for multiclass test * CLN use pytest warns in estimator checks test * CLN use pytest raises ctxt manager for random test * CLN use pytest raises ctxt manager for sparsefuncs test * CLN use pytest raises ctxt manager for testing utils tests * CLN use pytest raises ctxt manager for utils tests * CLN use pytest raises ctxt manager for validation tests * revert test_estimator_check.py to upstream master
* added the link for an open pdf of the article * Address comment Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
…abetes dataset (#16341) * exchanged the boston for diabetes dataset loading * updated the feature names * exchanged remaining feature names * cleaning up * changed features used to age and bmi for easier understanding
Fixes #15604 This is more computationally expensive than the previous implementation, but should reduce memory costs substantially in common use cases.
accidentally pushed to master This reverts commit ae9eaf8.
* replace boston * fix score
* wording, typo * add suggestions * add n est * remove n est
* added v0.19.1 and wip v0.19 * finished adding vchanged strings for v0.19 Towards #15426 @adrinjalali #wimlds #scikitlearnsprint * fixing linter issues * caught line issues with flake8 * caught the last line issue * added lines and cleaned gtiignore * Update sklearn/multiclass.py Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com> * Update sklearn/multiclass.py Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com> Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
* Adding jitter to LassoLars fit * CircleCI fail * MR comments * Jitter becomes default, added test based on issue description * flake8 fixes * Removing unexpected cython files * Better coverage * PR comments * PR comments * PR comments * PR comments * PR comments * Linting * Apply suggestions from code review * addressed comments * added whatnew entry * test both estimators * update whatsnew * removed random_state for lassolarsIC Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-Authored-By: Roman Yurchak <rth.yurchak@gmail.com>
, and linear_model
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 Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?