paper-with-me

Papers

varrank: an R package for variable ranking based on mutual information with applications to observed systemic datasets

2018-04-19 · Gilles Kratzer, Reinhard Furrer

This article describes the R package varrank. It has a flexible implementation of heuristic approaches which perform variable ranking based on mutual information. The package is particularly suitable for exploring multivariate datasets requiring a holistic analysis. The core functionality is a general implementation of the minimum redundancy maximum relevance (mRMRe) model. This approach is based on information theory metrics. It is compatible with discrete and continuous data which are discretised using a large choice of possible rules. The two main problems that can be addressed by this package are the selection of the most representative variables for modeling a collection of variables of interest, i.e., dimension reduction, and variable ranking with respect to a set of variables of interest.

📄 PDF Abstract BibTeX arXiv:1804.07134

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

TCMI: a non-parametric mutual-dependence estimator for multivariate continuous distributions

2020-01-30 · Benjamin Regler, Matthias Scheffler, Luca M. Ghiringhelli

The identification of relevant features, i.e., the driving variables that determine a process or the properties of a system, is an essential part of the analysis of data sets with a large number of variables. A mathemati…

feature selection

MDFS - MultiDimensional Feature Selection

2018-10-31 · Piliszek Radosław, Mnich Krzysztof, Migacz Szymon, Tabaszewski Paweł 외

Identification of informative variables in an information system is often performed using simple one-dimensional filtering procedures that discard information about interactions between variables. Such approach may resul…

feature selection

fastHDMI: Fast Mutual Information Estimation for High-Dimensional Data

2024-10-14 · Kai Yang, Masoud Asgharian, Nikhil Bhagwat, Jean-Baptiste Poline 외

In this paper, we introduce fastHDMI, a Python package designed for efficient variable screening in high-dimensional datasets, particularly neuroimaging data. This work pioneers the application of three mutual informatio…

Computational EfficiencyMutual Information EstimationVariable Selection

Sirius: Visualization of Mixed Features as a Mutual Information Network Graph

2021-06-09 · Jane L. Adams, Todd F. Deluca, Christopher M. Danforth, Peter S. Dodds 외

Data scientists across disciplines are increasingly in need of exploratory analysis tools for data sets with a high volume of features of mixed data type (quantitative continuous and discrete categorical). We introduce S…

Dimensionality Reductionfeature selectionGraph Mining

Scorio.jl: A Julia package for ranking stochastic responses

2026-03-14 · Mohsen Hariri, Michael Hinczewski, Vipin Chaudhary arxiv

Scorio.jl is a Julia package for evaluating and ranking systems from repeated responses to shared tasks. It provides a common tensor-based interface for direct score-based, pairwise, psychometric, voting, graph, and list…