paper-with-me

Papers

Maximum Relevance and Minimum Redundancy Feature Selection Methods for a Marketing Machine Learning Platform

2019-08-15 · Zhenyu Zhao, Radhika Anand, Mallory Wang

In machine learning applications for online product offerings and marketing strategies, there are often hundreds or thousands of features available to build such models. Feature selection is one essential method in such applications for multiple objectives: improving the prediction accuracy by eliminating irrelevant features, accelerating the model training and prediction speed, reducing the monitoring and maintenance workload for feature data pipeline, and providing better model interpretation and diagnosis capability. However, selecting an optimal feature subset from a large feature space is considered as an NP-complete problem. The mRMR (Minimum Redundancy and Maximum Relevance) feature selection framework solves this problem by selecting the relevant features while controlling for the redundancy within the selected features. This paper describes the approach to extend, evaluate, and implement the mRMR feature selection methods for classification problem in a marketing machine learning platform at Uber that automates creation and deployment of targeting and personalization models at scale. This study first extends the existing mRMR methods by introducing a non-linear feature redundancy measure and a model-based feature relevance measure. Then an extensive empirical evaluation is performed for eight different feature selection methods, using one synthetic dataset and three real-world marketing datasets at Uber to cover different use cases. Based on the empirical results, the selected mRMR method is implemented in production for the marketing machine learning platform. A description of the production implementation is provided and an online experiment deployed through the platform is discussed.

📄 PDF Abstract BibTeX arXiv:1908.05376

Code (2)

helenzhao093/MLMethods
smazzanti/mrmr

Tasks

BIG-bench Machine Learningfeature selectionMarketing

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

MVMR-FS : Non-parametric feature selection algorithm based on Maximum inter-class Variation and Minimum Redundancy

2023-07-27 · Haitao Nie, Shengbo Zhang, Bin Xie

How to accurately measure the relevance and redundancy of features is an age-old challenge in the field of feature selection. However, existing filter-based feature selection methods cannot directly measure redundancy fo…

Density Estimationfeature selection

Feature selection in high-dimensional dataset using MapReduce

2017-09-07 · Claudio Reggiani, Yann-Aël Le Borgne, Gianluca Bontempi

This paper describes a distributed MapReduce implementation of the minimum Redundancy Maximum Relevance algorithm, a popular feature selection method in bioinformatics and network inference problems. The proposed approac…

feature selectionVocal Bursts Intensity Prediction

Sparse minimum Redundancy Maximum Relevance for feature selection

2025-08-26 · Peter Naylor, Benjamin Poignard, Héctor Climente-González, Makoto Yamada arxiv

We propose a feature screening method that integrates both feature-feature and feature-target relationships. Inactive features are identified via a penalized minimum Redundancy Maximum Relevance (mRMR) procedure, which i…

The mRMR variable selection method: a comparative study for functional data

2015-07-13 · José R. Berrendero, Antonio Cuevas, José L. Torrecilla

The use of variable selection methods is particularly appealing in statistical problems with functional data. The obvious general criterion for variable selection is to choose the `most representative' or `most relevant'…

Variable Selection

Mutual Information-Based Unsupervised Feature Transformation for Heterogeneous Feature Subset Selection

2014-11-24 · Min Wei, Tommy W. S. Chow, Rosa H. M. Chan

Conventional mutual information (MI) based feature selection (FS) methods are unable to handle heterogeneous feature subset selection properly because of data format differences or estimation methods of MI between featur…

feature selection