{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Batch Stream Active Learning with Pool-based Query Strategies" ] }, { "cell_type": "markdown", "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//21_stream_batch_with_pool_al.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Notebook Dependencies**\n", "\n", "Uncomment the following cells to install all dependencies for this tutorial." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# !pip install scikit-activeml" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "