8000 Update to forked repo by CeeThinwa · Pull Request #2 · CeeThinwa/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Update to forked repo #2

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

Merged
merged 904 commits into from
Feb 6, 2021
Merged

Update to forked repo #2

merged 904 commits into from
Feb 6, 2021

Conversation

CeeThinwa
Copy link
Owner

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Any other comments?

glemaitre and others added 30 commits November 1, 2020 10:00
* Adding as_frame kwarg to fetch_20newsgroups_vectorized

* Using SparseArray to store the data

* Adding changelog

* Adding pandas version dependency, and more tests

* DOC: rephrasing changelog [skip ci]

* iter

* fix

* update whats new

* apply some suggestions

* Apply suggestions from code review

Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>

* review

* iter

* iter

* improve test

* TST handle the case that the pickle file is outdated

* iter

* skip if no network

* use fixture available

* address adrin comments

Co-authored-by: Brigitta Sipocz <bsipocz@gmail.com>
Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>
…ceptron (#18622)

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…at random (#18737)

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
< 10000 batch-deferred-content class="d-inline-block" data-url="/commits/badges">
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
efiegel and others added 28 commits January 28, 2021 16:07
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
* API Removes tol=None option from HistGradient*

* Pass tol=0.0 instead of tol=None in early stopping tests

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
* API Removes the use of fit_ and partial_fit_ in Birch

* DOC Adds whats new

* ENH Adjust names

* CLN Uses a verbose name
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
@CeeThinwa CeeThinwa merged commit bdb189f into CeeThinwa:main Feb 6, 2021
CeeThinwa pushed a commit that referenced this pull request Feb 6, 2021
…scikit-learn#10591)

* Initial add DET curve to classification metrics

* Add DET to exports

* Fix DET-curve doctest errors

- Sample snippet in  model_evaluation documentation was outdated.

* Clarify wording in DET-curve computation

- Align to the wording of ranking module to make it consistent.
- Add correct describtion of input and outputs.
- Update and fix non-existent links

* Beautify DET curve documentation source

- Limit line length to 80 characters.

* Expand DET curve documentation

- Add an example plot to show difference between ROC and DET curves.
- Expand Usage Note section with background information and properties
of DET curves.

* Update DET-curve documentation

- Fix typos and some grammar improvements.
- Use named references to avoid potential conflicts with other sections.
- Remove unneeded references and improved existing ones by using e.g.
using versioned links.

* Select relevant DET points using slice object

* Remove some dubiety from DET curve doc-string

* Add DET curve contributors

* Add tests for DET curves

* Streamline DET test by using parametrization

* Increase verbosity of DET curve error handling

- Explicitly sanity check input before computing a DET curve.
- Add test for perfect scores.
- Adapt indentation style to match the test module.

* Add reference for DET curves in invariance test

* Add automated invariance checks for DET curves

* Resolve merge artifacts

* Make doctest happy

* Fix whitespaces for doctest

* Revert unintended whitespace changes

* Revert unintended white space changes #2

* Fix typos and grammar

* Fix white space in doc

* Streamline test code

* Remove rebase artifacts

* Fix PR link in doc

* Fix test_ranking

* Fix rebase errors

* Fix import

* Bring back newlines

- Swallowed by copy/paste

* Remove uncited ref link

* Remove matplotlib deprecation warning

* Bring back hidden reference

* Add motivation to DET example

* Fix lint

* Add citation

* Use modern matplotlib API

Co-authored-by: Jeremy Karnowski <jeremy.karnowski@gmail.com>
Co-authored-by: Julien Cornebise <julien@cornebise.com>
Co-authored-by: Daniel Mohns <daniel.mohns@zenguard.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0