paper-with-me

Papers

Trade Selection with Supervised Learning and OCA

2018-12-09 · David Saltiel, Eric Benhamou

In recent years, state-of-the-art methods for supervised learning have exploited increasingly gradient boosting techniques, with mainstream efficient implementations such as xgboost or lightgbm. One of the key points in generating proficient methods is Feature Selection (FS). It consists in selecting the right valuable effective features. When facing hundreds of these features, it becomes critical to select best features. While filter and wrappers methods have come to some maturity, embedded methods are truly necessary to find the best features set as they are hybrid methods combining features filtering and wrapping. In this work, we tackle the problem of finding through machine learning best a priori trades from an algorithmic strategy. We derive this new method using coordinate ascent optimization and using block variables. We compare our method to Recursive Feature Elimination (RFE) and Binary Coordinate Ascent (BCA). We show on a real life example the capacity of this method to select good trades a priori. Not only this method outperforms the initial trading strategy as it avoids taking loosing trades, it also surpasses other method, having the smallest feature set and the highest score at the same time. The interest of this method goes beyond this simple trade classification problem as it is a very general method to determine the optimal feature set using some information about features relationship as well as using coordinate ascent optimization.

📄 PDF Abstract BibTeX arXiv:1812.04486

Code (1)

davidsaltiel/OCA 공식 구현

Tasks

feature selection

Similar Papers 제목 키워드 기반

Data Selection for Unsupervised Translation of German–Upper Sorbian

2020-11-01 · WMT (EMNLP) 2020 11 · Lukas Edman, Antonio Toral, Gertjan van Noord

This paper describes the methods behind the systems submitted by the University of Groningen for the WMT 2020 Unsupervised Machine Translation task for German–Upper Sorbian. We investigate the usefulness of data selectio…

Machine TranslationTranslationUnsupervised Machine Translation

Architecture Selection via the Trade-off Between Accuracy and Robustness

2019-06-04 · Zhun Deng, Cynthia Dwork, Jialiang Wang, Yao Zhao

We provide a general framework for characterizing the trade-off between accuracy and robustness in supervised learning. We propose a method and define quantities to characterize the trade-off between accuracy and robustn…

Adversarial Attack

Mitigating the reconstruction-detection trade-off in VAE-based unsupervised anomaly detection

2026-04-09 · Agathe Senellart, Maëlys Solal, Stéphanie Allassonnière, Ninon Burgos arxiv

Variational autoencoders are widely used for unsupervised anomaly detection. Model selection however remains an open-question: to remain fully unsupervised, hyperparameters are often chosen to minimize the reconstruction…

Unsupervised Anomaly Detection

Fairness-Aware Unsupervised Feature Selection

2021-06-04 · Xiaoying Xing, Hongfu Liu, Chen Chen, Jundong Li

Feature selection is a prevalent data preprocessing paradigm for various learning tasks. Due to the expensive cost of acquiring supervision information, unsupervised feature selection sparks great interests recently. How…

Fairnessfeature selection

On the Selection of Tuning Parameters for Patch-Stitching Embedding Methods

2022-07-14 · Ery Arias-Castro, Phong Alain Chau

While classical scaling, just like principal component analysis, is parameter-free, other methods for embedding multivariate data require the selection of one or several tuning parameters. This tuning can be difficult du…

Dimensionality Reduction