Skip to main content

Showing 1–3 of 3 results for author: Angelino, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:1704.01701  [pdf, other

    stat.ML cs.LG

    Learning Certifiably Optimal Rule Lists for Categorical Data

    Authors: Elaine Angelino, Nicholas Larus-Stone, Daniel Alabi, Margo Seltzer, Cynthia Rudin

    Abstract: We present the design and implementation of a custom discrete optimization technique for building rule lists over a categorical feature space. Our algorithm produces rule lists with optimal training performance, according to the regularized empirical risk, with a certificate of optimality. By leveraging algorithmic bounds, efficient data structures, and computational reuse, we achieve several orde… ▽ More

    Submitted 3 August, 2018; v1 submitted 6 April, 2017; originally announced April 2017.

    Comments: A short version of this work appeared in KDD '17 as "Learning Certifiably Optimal Rule Lists"

    Journal ref: Journal of Machine Learning Research 18(234):1-78, 2018

  2. arXiv:1309.4132  [pdf, other

    cs.LG q-bio.PE

    Attribute-Efficient Evolvability of Linear Functions

    Authors: Elaine Angelino, Varun Kanade

    Abstract: In a seminal paper, Valiant (2006) introduced a computational model for evolution to address the question of complexity that can arise through Darwinian mechanisms. Valiant views evolution as a restricted form of computational learning, where the goal is to evolve a hypothesis that is close to the ideal function. Feldman (2008) showed that (correlational) statistical query learning algorithms coul… ▽ More

    Submitted 3 April, 2014; v1 submitted 16 September, 2013; originally announced September 2013.

  3. arXiv:1104.5533  [pdf, other

    cs.DS

    External-Memory Multimaps

    Authors: Elaine Angelino, Michael T. Goodrich, Michael Mitzenmacher, Justin Thaler

    Abstract: Many data structures support dictionaries, also known as maps or associative arrays, which store and manage a set of key-value pairs. A \emph{multimap} is generalization that allows multiple values to be associated with the same key. For example, the inverted file data structure that is used prevalently in the infrastructure supporting search engines is a type of multimap, where words are used as… ▽ More

    Submitted 16 September, 2011; v1 submitted 28 April, 2011; originally announced April 2011.

    Comments: Accepted to ISAAC 2011. 22 pages, 6 figures