{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "# A demo for multi-output regression\n", "\n", "The demo is adopted from scikit-learn:\n", "\n", "https://scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html#sphx-glr-auto-examples-ensemble-plot-random-forest-regression-multioutput-py\n", "\n", "See :doc:`/tutorials/multioutput` for more information.\n", "\n", "
The feature is experimental. For the `multi_output_tree` strategy, many features are\n", " missing.