{"cells": [{"metadata": {}, "cell_type": "markdown", "source": "# Advanced Active Learning with Multiple Annotators", "id": "ecb4c9ef9b411e30"}, {"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//11_multiple_annotators_advanced.ipynb)"], "id": "40e5bcb5ce6baa06"}, {"metadata": {}, "cell_type": "markdown", "source": ["**Notebook Dependencies**\n", "\n", "Uncomment the following cell to install all dependencies for this tutorial."], "id": "f71148c855a74294"}, {"metadata": {}, "cell_type": "code", "outputs": [], "execution_count": null, "source": "# !pip install scikit-activeml[opt] torch torchvision tqdm", "id": "66693b55107b4127"}, {"metadata": {}, "cell_type": "markdown", "source": "