{"cells": [{"cell_type": "markdown", "metadata": {"collapsed": true, "jupyter": {"outputs_hidden": true}}, "source": ["# Pool-based Active Learning for Regression - Getting Started"]}, {"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.github.io/blob/gh-pages/development/generated/tutorials_colab//02_pool_regression_getting_started.ipynb)"]}, {"cell_type": "markdown", "metadata": {}, "source": ["**Notebook Dependencies**\n", "\n", "Uncomment the following cells to install all dependencies for this tutorial."]}, {"cell_type": "code", "metadata": {"ExecuteTime": {"end_time": "2025-10-29T15:10:04.417989Z", "start_time": "2025-10-29T15:10:04.416493Z"}}, "source": ["# !pip install scikit-activeml"], "outputs": [], "execution_count": 1}, {"cell_type": "markdown", "metadata": {}, "source": ["