{ "cells": [ { "cell_type": "markdown", "id": "e1239f66", "metadata": {}, "source": [ "# Multi-annotator Pool-based Active Learning - Getting Started" ] }, { "cell_type": "markdown", "id": "6cc621d6", "metadata": {}, "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-docs/blob/gh-pages/latest/generated/tutorials_colab//10_multiple_annotators_getting_started.ipynb)" ] }, { "cell_type": "markdown", "id": "d4a13bfe", "metadata": {}, "source": [ "**Notebook Dependencies**\n", "\n", "Uncomment the following cells to install all dependencies for this tutorial." ] }, { "cell_type": "code", "execution_count": 1, "id": "5e04beac", "metadata": {}, "outputs": [], "source": [ "# !pip install scikit-activeml" ] }, { "cell_type": "markdown", "id": "c8a20630", "metadata": {}, "source": [ "