cleanlab--cleanlab
6cac342613
Preserving the output cells in Jupyter notebooks that are checked in to this repo bloat the repo size, and keeping the output is not necessary because the notebooks are run as part of the CI for producing docs. For example, in https://github.com/cleanlab/cleanlab/pull/165, the `audio.ipynb` is 112K (and now part of the repo history forever), while clearing the output cells reduces that size down to 24K. I suspect that Git's delta compression will also work better without the output cells there as we make changes to the notebook. Also, the diffs will be more readable.
55 B
55 B
.ci
This directory contains support scripts for CI.