paperbot · PL 论文追踪

RSS

Multiverse Notebook: Shifting Data Scientists to Time Travelers

OOPSLA 8(OOPSLA1)2024
Shigeyuki Sato, Tomoki Nakamaru

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

Computational notebook environments are popular and de facto standard tools for programming in data science, whereas computational notebooks are notorious in software engineering. The criticism there stems from the characteristic of facilitating unrestricted dynamic patching of running programs, which makes exploratory coding quick but the resultant code messy and inconsistent. In this work, we first reveal that dynamic patching is a natural demand rather than a mere bad practice in data science programming on Kaggle. We then develop Multiverse Notebook, a computational notebook engine for time-traveling exploration. It enables users to time-travel to any past state and restart with new code from there under state isolation. We present an approach to efficiently implementing time-traveling exploration. We empirically evaluate Multiverse Notebook on ten real-world tasks from Kaggle. Our experiments show that time-traveling exploration on Multiverse Notebook is reasonably efficient.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot2521,
  title = {Multiverse Notebook: Shifting Data Scientists to Time Travelers},
  author = {Shigeyuki Sato and Tomoki Nakamaru},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {8},
  number = {OOPSLA1},
  year = {2024},
  doi = {10.1145/3649838}
}