Skip to content

Commit 2cb4580

Browse files
authored
Merge pull request #17 from mikolajsp/master
Add info about `survex` to README
2 parents 575a41a + 74415de commit 2cb4580

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,23 @@ Vignettes:
8585

8686
--------------------
8787

88+
### [survex](http://github.com/ModelOriented/survex) <img src="https://raw.githubusercontent.com/ModelOriented/survex/main/man/figures/survex.png" align="right" width="100"/>
89+
90+
[![CRAN status](https://www.r-pkg.org/badges/version/survex)](https://cran.r-project.org/package=survex) [![R-CMD-check](https://github.com/ModelOriented/survex/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ModelOriented/survex/actions/workflows/R-CMD-check.yaml) [![Coverage
91+
Status](https://img.shields.io/codecov/c/github/ModelOriented/survex/master.svg)](https://codecov.io/github/ModelOriented/survex?branch=master) [![DrWhy-eXtrAI](https://img.shields.io/badge/DrWhy-BackBone-373589)](http://drwhy.ai/#BackBone)
92+
93+
The survex package provides model-agnostic explanations for machine learning survival models. It is based on the DALEX package.
94+
95+
Due to a functional type of prediction, either in the form of survival function or cumulative hazard function, standard model-agnostic explanations cannot be applied directly to survival analysis machine learning models. The survex package contains implementations of explanation methods specific to survival analysis, as well as extensions of existing ones for classification or regression.
96+
97+
Vignettes:
98+
99+
* [Package usage](https://modeloriented.github.io/survex/articles/survex-usage.html)
100+
* [Creating custom explainers](https://modeloriented.github.io/survex/articles/custom-explainers.html)
101+
* [Integration with `mlr3proba`](https://modeloriented.github.io/survex/articles/mlr3proba-usage.html)
102+
103+
--------------------
104+
88105
### [ingredients](http://github.com/ModelOriented/ingredients) <img src="https://modeloriented.github.io/ingredients/reference/figures/logo.png" align="right" width="100"/>
89106

90107
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ingredients)](https://cran.r-project.org/package=ingredients) [![Build Status](https://api.travis-ci.org/ModelOriented/ingredients.svg?branch=master)](https://travis-ci.org/ModelOriented/ingredients) [![Coverage

0 commit comments

Comments
 (0)