-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
0.24.x #19748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
InterferencePattern
wants to merge
51
commits into
scikit-learn:main
from
InterferencePattern:0.24.X
Closed
0.24.x #19748
InterferencePattern
wants to merge
51
commits into
scikit-learn:main
from
InterferencePattern:0.24.X
Conversation
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
Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>
Co-authored-by: Leonardo Uieda <leouieda@gmail.com> Co-authored-by: Nadim Kawwa <40652202+NadimKawwa@users.noreply.github.com> Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com> Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com> Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com> Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es> Co-authored-by: Matthew Calcote <matthew.calcote@connexta.com> Co-authored-by: novaya <51009628+novaya@users.noreply.github.com> Co-authored-by: David Katz <41651296+DavidKatz-il@users.noreply.github.com> Co-authored-by: Frans Larsson <frans.larsson@gmail.com> Co-authored-by: Maxime Prieur <maxime.prieur@insa-rouen.fr> Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> Co-authored-by: Neal Fultz <nfultz@gmail.com> Co-authored-by: RamyaNP <56212418+RamyaNP@users.noreply.github.com> Co-authored-by: Thomas A Caswell <tcaswell@gmail.com> Co-authored-by: Amol Deshmukh <34318357+des137@users.noreply.github.com> Co-authored-by: Kot271828 <48412793+Kot271828@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com> Co-authored-by: Rohan Paul <rohan-paul@users.noreply.github.com> Co-authored-by: Tim Gates <tim.gates@iress.com>
* TST Skips test for arm [cd build] * CI Skip for 32bit linux [cd build]
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Fix typo in dataset loading docs
…n#18243) Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org> Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
…it-learn#19124) Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
…-learn#19064) Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
…19125) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
…is (scikit-learn#19176) The scipy-dev builds have moved to Azure Pipelines and there is no reason to not use stable versions of numpy and scipy to run the ICC and ARM64 tests on travis. This should fix the invalid wheel metadata failure observed on travis which was already resolved on Azure Pipelines by using the legacy pip dependency resolver for the scipy-dev build.
* ENH Fixes issue with exatly_zero_info_score [scipy-dev] * ENH Remove unneeded line [scipy-dev] * WIP Keep types [scipy-dev] * REV Smaller diff [scipy-dev] * WIP Expand mutual_info_score [scipy-dev] * WIP Removes float casting [scipy-dev] * WIP Adds casting back in * CI [scipy-dev] * WIP Casting is not needed [scipy-dev] * WIP Only clip [scipy-dev] * REV Smaller diff [scipy-dev] * WIP Place expected_mutual_information diff back [scipy-dev] * ENH Uses around * WIP Use where again [scipy-dev] * ENH Adjust comments to match code
…t-learn#19180) Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org> Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
…learn#19205) Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
* replace master with main * fix imbalanced-learn Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com> * asv default branch is `master` Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com> Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Apologies, submitted to the wrong branch. |
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
Contributes to resolution of #14228.
What does this implement/fix? Explain your changes.
Clarifies the nature of parallelization via n_jobs in plot_partial_dependence.
Any other comments?