paper-with-me

홈 › Papers

dagger: A Python Framework for Reproducible Machine Learning Experiment Orchestration

2020-06-12 · Michela Paganini, Jessica Zosa Forde

Many research directions in machine learning, particularly in deep learning, involve complex, multi-stage experiments, commonly involving state-mutating operations acting on models along multiple paths of execution. Although machine learning frameworks provide clean interfaces for defining model architectures and unbranched flows, burden is often placed on the researcher to track experimental provenance, that is, the state tree that leads to a final model configuration and result in a multi-stage experiment. Originally motivated by analysis reproducibility in the context of neural network pruning research, where multi-stage experiment pipelines are common, we present dagger, a framework to facilitate reproducible and reusable experiment orchestration. We describe the design principles of the framework and example usage.

📄 PDF Abstract BibTeX arXiv:2006.07484

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DeepDIVA: A Highly-Functional Python Framework for Reproducible Experiments

2018-04-23 · Michele Alberti, Vinaychandran Pondenkandath, Marcel Würsch, Rolf Ingold 외

We introduce DeepDIVA: an infrastructure designed to enable quick and intuitive setup of reproducible experiments with a large range of useful analysis functionality. Reproducing scientific results can be a frustrating e…

Helix 1.0: An Open-Source Framework for Reproducible and Interpretable Machine Learning on Tabular Scientific Data

2025-07-23 · Eduardo Aguilar-Bejarano, Daniel Lea, Karthikeyan Sivakumar, Jimiama M. Mase 외 arxiv

Helix is an open-source, extensible, Python-based software framework to facilitate reproducible and interpretable machine learning workflows for tabular data. It addresses the growing need for transparent experimental da…

Interpretable Machine Learning

Operator Learning with Gaussian Processes

2024-09-06 · Carlos Mora, Amin Yousefpour, Shirin Hosseinmardi, Houman Owhadi 외

Operator learning focuses on approximating mappings $\mathcal{G}^\dagger:\mathcal{U} \rightarrow\mathcal{V}$ between infinite-dimensional spaces of functions, such as $u: \Omega_u\rightarrow\mathbb{R}$ and $v: \Omega_v\r…

Gaussian ProcessesOperator learning

Bias Begins with Data: The FairGround Corpus for Robust and Reproducible Research on Algorithmic Fairness

2025-10-25 · Jan Simson, Alessandro Fabris, Cosima Fröhner, Frauke Kreuter 외 arxiv

As machine learning (ML) systems are increasingly adopted in high-stakes decision-making domains, ensuring fairness in their outputs has become a central challenge. At the core of fair ML research are the datasets used t…

Reproducible Subjective Evaluation

2022-03-08 · Max Morrison, Brian Tang, Gefei Tan, Bryan Pardo

Human perceptual studies are the gold standard for the evaluation of many research tasks in machine learning, linguistics, and psychology. However, these studies require significant time and cost to perform. As a result,…