Other packages > Find by keyword >

ingredients  

Effects and Importances of Model Ingredients
View on CRAN: Click here


Download and install ingredients package within the R console
Install from CRAN:
install.packages("ingredients")

Install from Github:
library("remotes")
install_github("cran/ingredients")

Install by package version:
library("remotes")
install_version("ingredients", "2.3.0")



Attach the package and use:
library("ingredients")
Maintained by
Przemyslaw Biecek
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-04-09
Latest Update: 2023-01-15
Description:
Collection of tools for assessment of feature importance and feature effects. Key functions are: feature_importance() for assessment of global level feature importance, ceteris_paribus() for calculation of the what-if 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 generic describe() for explanations in natural language. The package 'ingredients' is a part of the 'DrWhy.AI' universe (Biecek 2018) .
How to cite:
Przemyslaw Biecek (2019). ingredients: Effects and Importances of Model Ingredients. R package version 2.3.0, https://cran.r-project.org/web/packages/ingredients. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.3.1 (2019-04-09 14:10), 0.3.3 (2019-05-01 22:40), 0.3.9 (2019-08-27 00:10), 0.4 (2019-10-27 21:50), 0.5.0 (2019-12-20 07:30), 1.0 (2020-02-18 10:20), 1.1 (2020-03-11 07:30), 1.2.0 (2020-04-20 21:30), 1.3.0 (2020-07-01 23:10), 1.3.1 (2020-07-29 14:00), 2.0.1 (2021-02-05 12:50), 2.0 (2020-09-01 11:50), 2.2.0 (2021-04-10 12:10)
Other packages that cited ingredients R package
View ingredients citation profile
Other R packages that ingredients depends, imports, suggests or enhances
Complete documentation for ingredients
Functions, R codes and Examples using the ingredients R package
Some associated functions: accumulated_dependence . aggregate_profiles . bind_plots . calculate_oscillations . calculate_variable_profile . calculate_variable_split . ceteris_paribus . ceteris_paribus_2d . cluster_profiles . conditional_dependence . describe . feature_importance . partial_dependence . plot.aggregated_profiles_explainer . plot.ceteris_paribus_2d_explainer . plot.ceteris_paribus_explainer . plot.ceteris_paribus_oscillations . plot.feature_importance_explainer . plotD3_aggregated_profiles . plotD3_ceteris_paribus . plotD3_feature_importance . print.aggregated_profiles_explainer . print.ceteris_paribus_explainer . print.feature_importance_explainer . select_neighbours . select_sample . show_aggregated_profiles . show_observations . show_profiles . show_residuals . show_rugs . 
Some associated R codes: accumulated_dependence.R . aggregate_profiles.R . bind_plots.R . calculate_oscillations.R . calculate_variable_profile.R . ceteris_paribus.R . ceteris_paribus_2d.R . cluster_profiles.R . conditional_dependence.R . describe_aggregated_profiles.R . describe_ceteris_paribus.R . describe_feature_importance.R . feature_importance.R . partial_dependence.R . plotD3_aggregated_profiles.R . plotD3_ceteris_paribus.R . plotD3_feature_importance.R . plot_aggregated_profiles.R . plot_ceteris_paribus.R . plot_ceteris_paribus_2d.R . plot_ceteris_paribus_oscillations.R . plot_feature_importance.R . print_aggregated_profiles.R . print_ceteris_paribus.R . print_feature_importance.R . select_neighbours.R . select_sample.R . show_aggregated_profiles.R . show_observations.R . show_profiles.R . show_residuals.R . show_rugs.R .  Full ingredients package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA