Skip to content

Commit

Permalink
DOC extend readme and index (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentzenchr authored Jul 15, 2023
1 parent 5397cea commit f45f33a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

Highlights:

- All common point predictions covered: mean, median, quantiles, expectiles.
- Assess model calibration with identification functions (generalized residuals).
- Assess calibration and bias graphically
- reliability diagrams for auto-calibration
Expand All @@ -19,6 +20,8 @@ Highlights:
- strictly consistent, homogeneous scoring functions
- score decomposition into miscalibration, discrimination and uncertainty

:rocket: To our knowledge, this is the first python package to offer reliability diagrams for quantiles and expectiles made available by an internal implementation of isotonic quantile/expectile regression. :rocket:

Read more in the [documentation](https://lorentzenchr.github.io/model-diagnostics/).

This package relies on the giant shoulders of, among others, [polars](https://pola.rs/), [matplotlib](https://matplotlib.org), [scipy](https://scipy.org) and [scikit-learn](https://scikit-learn.org).
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

Highlights:

- All common point predictions covered: mean, median, quantiles, expectiles.
- Assess model calibration with [identification functions][model_diagnostics.calibration.identification.identification_function] (generalized residuals).
- Assess calibration and bias graphically
- [reliability diagrams][model_diagnostics.calibration.plots.plot_reliability_diagram] for auto-calibration
Expand All @@ -19,6 +20,8 @@ Highlights:
- strictly consistent, homogeneous scoring functions
- [score decomposition][model_diagnostics.scoring.decompose] into miscalibration, discrimination and uncertainty

:rocket: To our knowledge, this is the first python package to offer reliability diagrams for quantiles and expectiles made available by an internal implementation of isotonic quantile/expectile regression. :rocket:

This package relies on the giant shoulders of, among others, [polars](https://pola.rs/), [matplotlib](https://matplotlib.org), [scipy](https://scipy.org) and [scikit-learn](https://scikit-learn.org).

## Installation
Expand Down

0 comments on commit f45f33a

Please sign in to comment.