Skip to content

DOC Expand Brier score, fix docstring#18051

Merged
thomasjpfan merged 7 commits intoscikit-learn:masterfrom
lucyleeow:doc_brier
Aug 13, 2020
Merged

DOC Expand Brier score, fix docstring#18051
thomasjpfan merged 7 commits intoscikit-learn:masterfrom
lucyleeow:doc_brier

Conversation

@lucyleeow
Copy link
Copy Markdown
Member

Reference Issues/PRs

Follows from #10969 and issue #10883

What does this implement/fix? Explain your changes.

  • Expand Brier score explanation wrt calibration and refinement loss in the user guide

Fix brier_score_loss docstring:

  • Ambiguity in brier score doc fixed #10969 removed some blank lines, which removed the paragraph structure of the docstring. Added lines back here.
  • Link to brier score part of user guide and not calibration part
  • Correct pos_label description
  • Some minor rewording to make it easier to understand and more similar to the user guide.

Any other comments?

Copy link
Copy Markdown
Member

@ogrisel ogrisel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

Copy link
Copy Markdown
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

As an aside, I found that this talk from Scipy 2019 was a nice overview of looking at brief score with 3 components.

@thomasjpfan thomasjpfan merged commit 854f649 into scikit-learn:master Aug 13, 2020
@lucyleeow lucyleeow deleted the doc_brier branch August 14, 2020 09:33
@lucyleeow
Copy link
Copy Markdown
Member Author

Thanks! (ribs!)

jayzed82 pushed a commit to jayzed82/scikit-learn that referenced this pull request Oct 22, 2020
* fix brier

* fix brier

* add ref

* add ref for lint

* Add link to PDF for calibration book chapter.

* Fix broken repeated ref by using qualified identifier

* Fix indentation

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants