From da4bd0c58b688674b623555bd25e2d214020a32a Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Wed, 21 Feb 2024 21:46:03 -0800 Subject: [PATCH] Update docstring --- quantile_forest/_quantile_forest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantile_forest/_quantile_forest.py b/quantile_forest/_quantile_forest.py index c030ca2..80cc41e 100755 --- a/quantile_forest/_quantile_forest.py +++ b/quantile_forest/_quantile_forest.py @@ -18,7 +18,7 @@ class calls the ``fit`` method of the ``ForestRegressor`` and creates a that extends the extremely randomized trees ``ExtraTreesRegressor`` as the estimator implementation. -Only single output problems are handled. +Single and multi-output problems are both handled. """ import random