Datasets:
ArXiv:
DOI:
License:
Yiran Wang commited on
Commit ·
eae512e
1
Parent(s): 9da84db
update url
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ viewer: false
|
|
| 8 |
|
| 9 |
# 📘 JunoBench: A Benchmark Dataset of Crashes in Machine Learning Python Jupyter Notebooks
|
| 10 |
|
| 11 |
-
This repository is the compiled benchmark dataset of paper "[JunoBench: A Benchmark Dataset of Crashes in Machine Learning Python Jupyter Notebooks](https://arxiv.org/abs/2510.18013)". The code repository of constructing the benchmark is on GitHub: [JunoBench_construct](https://github.com/PELAB-LiU/JunoBench_construct). This dataset is suitable for studying crashes (e.g., bug reproducing, detection, diagnose, localization, and repair) in ML notebooks.
|
| 12 |
|
| 13 |
## 📂 Contents
|
| 14 |
|
|
@@ -38,7 +38,7 @@ The structure of the benchmark repository is the following:
|
|
| 38 |
|
| 39 |
### 📄 Environment: using our shared Docker image
|
| 40 |
|
| 41 |
-
We compiled a docker image, released on [docker hub](https://hub.docker.com/repository/docker/yarinamomo/kaggle_python_env
|
| 42 |
|
| 43 |
```
|
| 44 |
docker pull yarinamomo/kaggle_python_env:latest
|
|
|
|
| 8 |
|
| 9 |
# 📘 JunoBench: A Benchmark Dataset of Crashes in Machine Learning Python Jupyter Notebooks
|
| 10 |
|
| 11 |
+
This repository is the compiled benchmark dataset of paper "[JunoBench: A Benchmark Dataset of Crashes in Machine Learning Python Jupyter Notebooks](https://arxiv.org/abs/2510.18013)". The code repository of constructing the benchmark and its environment is on GitHub: [JunoBench_construct](https://github.com/PELAB-LiU/JunoBench_construct). This dataset is suitable for studying crashes (e.g., bug reproducing, detection, diagnose, localization, and repair) in ML notebooks.
|
| 12 |
|
| 13 |
## 📂 Contents
|
| 14 |
|
|
|
|
| 38 |
|
| 39 |
### 📄 Environment: using our shared Docker image
|
| 40 |
|
| 41 |
+
We compiled a docker image, released on [docker hub](https://hub.docker.com/repository/docker/yarinamomo/kaggle_python_env) with digest (sha256:73380761b1f37a83aef2c247a9d725c796c6196abf14bccc92b92b25c7eb81b9), to ensure full reproducibility (including Python, Kaggle notebook platform, libraries required by JunoBench notebooks):
|
| 42 |
|
| 43 |
```
|
| 44 |
docker pull yarinamomo/kaggle_python_env:latest
|