-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Package: DALEX | ||
Title: moDel Agnostic Language for Exploration and eXplanation | ||
Version: 2.3.0.9002 | ||
Version: 2.4.0 | ||
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-8423-1823")), | ||
person("Szymon", "Maksymiuk", role = "aut", | ||
comment = c(ORCID = "0000-0002-3120-1601")), | ||
person("Hubert", "Baniecki", role = "aut", | ||
comment = c(ORCID = "0000-0001-6661-5364"))) | ||
Description: Unverified black box model is the path to the failure. Opaqueness leads to distrust. | ||
Description: Any unverified black box model is the path to failure. Opaqueness leads to distrust. | ||
Distrust leads to ignoration. Ignoration leads to rejection. | ||
DALEX package xrays any model and helps to explore and explain its behaviour. | ||
Machine Learning (ML) models are widely used and have various applications in classification | ||
or regression. Models created with boosting, bagging, stacking or similar techniques are often | ||
used due to their high performance. But such black-box models usually lack of direct interpretability. | ||
used due to their high performance. But such black-box models usually lack direct interpretability. | ||
DALEX package contains various methods that help to understand the link between input variables | ||
and model output. Implemented methods help to explore model on the level of a single instance | ||
and model output. Implemented methods help to explore the model on the level of a single instance | ||
as well as a level of the whole dataset. | ||
All model explainers are model agnostic and can be compared across different models. | ||
DALEX package is the cornerstone for 'DrWhy.AI' universe of packages for visual model exploration. | ||
|
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.