{"cells": [{"metadata": {"ExecuteTime": {"end_time": "2025-12-08T12:23:35.247239Z", "start_time": "2025-12-08T12:23:35.245655Z"}}, "cell_type": "markdown", "source": "# Bayesian Active Learning", "id": "fdc76c70f0c03636"}, {"metadata": {}, "cell_type": "markdown", "source": ["> **_Google Colab Note:_** If the notebook fails to run after installing the needed packages, try to restart the runtime (Ctrl + M) under Runtime -> Restart session.\n", "\n", "[](https://colab.research.google.com/github/scikit-activeml/scikit-activeml.github.io/blob/gh-pages/latest/generated/tutorials_colab//09_bayesian_al.ipynb)"], "id": "c2b48ddbedec9816"}, {"metadata": {"ExecuteTime": {"end_time": "2025-12-08T12:23:49.135466Z", "start_time": "2025-12-08T12:23:49.132978Z"}}, "cell_type": "markdown", "source": ["**Notebook Dependencies**\n", "\n", "Uncomment the following cells to install all dependencies for this tutorial."], "id": "53a0f97d7db7c206"}, {"metadata": {"ExecuteTime": {"end_time": "2025-12-08T16:01:49.056093Z", "start_time": "2025-12-08T16:01:49.054432Z"}}, "cell_type": "code", "source": "# !pip install torch torchvision torchaudio transformers datasets[audio]", "id": "239365aa43eca8e", "outputs": [], "execution_count": 1}, {"metadata": {}, "cell_type": "markdown", "source": "