Found 66 packages in 0.02 seconds
Surrogate-Assisted Feature Extraction
Provides a model agnostic tool for white-box model trained on features extracted from a black-box model. For more information see: Gosiewska et al. (2020)
Interaction Statistics
Fast, model-agnostic implementation of different H-statistics
introduced by Jerome H. Friedman and Bogdan E. Popescu (2008)
Interactive Studio for Explanatory Model Analysis
Automate the explanatory analysis of machine learning predictive
models. Generate advanced interactive model explanations in the form of
a serverless HTML site with only one line of code. This tool is
model-agnostic, therefore compatible with most of the black-box predictive
models and frameworks. The main function computes various (instance and
model-level) explanations and produces a customisable dashboard, which
consists of multiple panels for plots with their short descriptions. It is
possible to easily save the dashboard and share it with others. modelStudio
facilitates the process of Interactive Explanatory Model Analysis introduced
in Baniecki et al. (2023)
Compute SHAP Values for Your Tree-Based Models Using the 'TreeSHAP' Algorithm
An efficient implementation of the 'TreeSHAP' algorithm
introduced by Lundberg et al., (2020)
Explainable Machine Learning in Survival Analysis
Survival analysis models are commonly used in medicine and other areas. Many of them
are too complex to be interpreted by human. Exploration and explanation is needed, but
standard methods do not give a broad enough picture. 'survex' provides easy-to-apply
methods for explaining survival models, both complex black-boxes and simpler statistical models.
They include methods specific to survival analysis such as SurvSHAP(t) introduced in Krzyzinski et al., (2023)
Reading, Quality Control and Preprocessing of MBA (Multiplex Bead Assay) Data
Speeds up the process of loading raw data from MBA (Multiplex Bead Assay) examinations, performs quality control checks, and automatically normalises the data, preparing it for more advanced, downstream tasks. The main objective of the package is to create a simple environment for a user, who does not necessarily have experience with R language. The package is developed within the project of the same name - 'PvSTATEM', which is an international project aiming for malaria elimination.
Reading, Quality Control and Preprocessing of MBA (Multiplex Bead Assay) Data
Speeds up the process of loading raw data from MBA (Multiplex Bead Assay) examinations, performs quality control checks, and automatically normalises the data, preparing it for more advanced, downstream tasks. The main objective of the package is to create a simple environment for a user, who does not necessarily have experience with R language. The package is developed within the project 'PvSTATEM', which is an international project aiming for malaria elimination.
Gaussian Model Invariant by Permutation Symmetry
Find the permutation symmetry group such that the covariance
matrix of the given data is approximately invariant under it.
Discovering such a permutation decreases the number of observations
needed to fit a Gaussian model, which is of great use when it is
smaller than the number of variables. Even if that is not the case,
the covariance matrix found with 'gips' approximates the actual
covariance with less statistical error. The methods implemented in
this package are described in Graczyk et al. (2022)
A Comprehensive Collection of Agricultural and Agronomic Datasets
Offers a rich and diverse collection of datasets focused on agriculture, agronomy, animal science, and related fields. The package includes experimental, observational, and field-trial data on crops such as rice, wheat, corn, soybean, cotton, coffee, avocado, and orange, as well as forestry species including bamboo, eucalyptus, and timber. Datasets cover plant breeding and genetics, factorial and randomized block experiments, herbicide and insecticide efficacy trials, pest and disease infestation, soil characteristics and land suitability, plant growth regulators, seed germination, and crop yield modeling. Additional datasets address animal science topics such as cattle insemination and conception, pig and broiler growth, lamb births, and toxicology studies on aquatic and non-target species. Data sources include peer-reviewed agronomic studies, uniformity and Latin square field trials, glasshouse experiments, and international agricultural surveys. Designed for agronomists, researchers, plant and animal scientists, data scientists, and students, this package facilitates exploratory data analysis, statistical modeling, and hypothesis testing in agricultural and biological sciences. The package includes datasets originally distributed in other R packages. The original authors and contributors associated with these source packages and datasets are acknowledged in Authors@R, and the original sources and applicable licensing terms are documented in LICENSES_DETAILS.md.
Resampling Methods for Triangular and Trapezoidal Fuzzy Numbers
The classical (i.e. Efron's, see Efron and Tibshirani (1994, ISBN:978-0412042317) "An Introduction to the Bootstrap") bootstrap is widely used for both the real (i.e. "crisp") and fuzzy data.
The main aim of the algorithms implemented in this package is to overcome a problem with repetition of a few distinct values and to create fuzzy numbers, which are "similar" (but not the same) to values from the initial sample.
To do this, different characteristics of triangular/trapezoidal numbers are kept (like the value, the ambiguity, etc., see Grzegorzewski et al.