-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from ModelOriented/dev
refactor dependency #103
- Loading branch information
Showing
139 changed files
with
1,898 additions
and
699 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,6 +1,6 @@ | ||
Package: ingredients | ||
Title: Effects and Importances of Model Ingredients | ||
Version: 0.5.2 | ||
Version: 1.0 | ||
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]", | ||
role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-8423-1823")), | ||
|
@@ -11,9 +11,9 @@ Description: Collection of tools for assessment of feature importance and featur | |
Key functions are: | ||
feature_importance() for assessment of global level feature importance, | ||
ceteris_paribus() for calculation of the what-if plots, | ||
partial_dependency() for partial dependency plots, | ||
conditional_dependency() for conditional dependency plots, | ||
accumulated_dependency() for accumulated local effects plots, | ||
partial_dependence() for partial dependence plots, | ||
conditional_dependence() for conditional dependence plots, | ||
accumulated_dependence() for accumulated local effects plots, | ||
aggregate_profiles() and cluster_profiles() for aggregation of ceteris paribus profiles, | ||
generic print() and plot() for better usability of selected explainers, | ||
generic plotD3() for interactive, D3 based explanations, and | ||
|
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
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
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
Oops, something went wrong.