Indexing Cost Sensitive Prediction
Leilani Battle, Edward Benson, Aditya Parameswaran, Eugene Wu

TL;DR
This paper introduces algorithms and indexing methods for cost-sensitive prediction, enabling real-time machine learning decisions that consider feature evaluation costs within specified time budgets, applicable across various algorithms.
Contribution
It presents two general algorithms for cost-sensitive prediction that balance optimality and precomputation, applicable to any machine learning model and scenario.
Findings
The optimal approach achieves highest accuracy within time constraints.
The sub-optimal approach requires less precomputation and still performs well.
Algorithms are validated on real and synthetic datasets.
Abstract
Predictive models are often used for real-time decision making. However, typical machine learning techniques ignore feature evaluation cost, and focus solely on the accuracy of the machine learning models obtained utilizing all the features available. We develop algorithms and indexes to support cost-sensitive prediction, i.e., making decisions using machine learning models taking feature evaluation cost into account. Given an item and a online computation cost (i.e., time) budget, we present two approaches to return an appropriately chosen machine learning model that will run within the specified time on the given item. The first approach returns the optimal machine learning model, i.e., one with the highest accuracy, that runs within the specified time, but requires significant up-front precomputation time. The second approach returns a possibly sub- optimal machine learning model,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Data Stream Mining Techniques · Machine Learning and Algorithms
