paper-with-me

홈 › Papers

LeanML: A Design Pattern To Slash Avoidable Wastes in Machine Learning Projects

2021-07-16 · Yves-Laurent Kom Samo

We introduce the first application of the lean methodology to machine learning projects. Similar to lean startups and lean manufacturing, we argue that lean machine learning (LeanML) can drastically slash avoidable wastes in commercial machine learning projects, reduce the business risk in investing in machine learning capabilities and, in so doing, further democratize access to machine learning. The lean design pattern we propose in this paper is based on two realizations. First, it is possible to estimate the best performance one may achieve when predicting an outcome $y \in \mathcal{Y}$ using a given set of explanatory variables $x \in \mathcal{X}$, for a wide range of performance metrics, and without training any predictive model. Second, doing so is considerably easier, faster, and cheaper than learning the best predictive model. We derive formulae expressing the best $R^2$, MSE, classification accuracy, and log-likelihood per observation achievable when using $x$ to predict $y$ as a function of the mutual information $I\left(y; x\right)$, and possibly a measure of the variability of $y$ (e.g. its Shannon entropy in the case of classification accuracy, and its variance in the case regression MSE). We illustrate the efficacy of the LeanML design pattern on a wide range of regression and classification problems, synthetic and real-life.

📄 PDF Abstract BibTeX arXiv:2107.08066

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningregression

Similar Papers 제목 키워드 기반

CleanML: A Study for Evaluating the Impact of Data Cleaning on ML Classification Tasks

2019-04-20 · Peng Li, Xi Rao, Jennifer Blase, Yue Zhang 외

Data quality affects machine learning (ML) model performances, and data scientists spend considerable amount of time on data cleaning before model training. However, to date, there does not exist a rigorous study on how …

General ClassificationTwo-sample testing

Demystifying the Slash Pattern in Attention: The Role of RoPE

2026-01-13 · Yuan Cheng, Fengzhuo Zhang, Yunlong Hou, Cunxiao Du 외 arxiv

Large Language Models (LLMs) often exhibit slash attention patterns, where attention scores concentrate along the $Δ$-th sub-diagonal for some offset $Δ$. These patterns play a key role in passing information across toke…

VSPrefill: Vertical-Slash Sparse Attention with Lightweight Indexing for Long-Context Prefilling

2026-03-03 · Chen Guanzhong arxiv

The quadratic complexity of self-attention during the prefill phase impedes long-context inference in large language models. Existing sparse attention methods face a trade-off among context adaptivity, sampling overhead,…

SLASH the Sink: Sharpening Structural Attention Inside LLMs

2026-05-11 · Yiming Liu, Bin Lu, Xinbing Wang, Chenghu Zhou 외 arxiv

Large Language Models (LLMs) show remarkable semantic understanding but often struggle with structural understanding when processing graph topologies in a serialized format. Existing solutions rely on training external g…

Can we avoid Double Descent in Deep Neural Networks?

2023-02-26 · Victor Quétu, Enzo Tartaglione

Finding the optimal size of deep learning models is very actual and of broad impact, especially in energy-saving schemes. Very recently, an unexpected phenomenon, the ``double descent'', has caught the attention of the d…