We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d7036 + da4bd0c commit a658348Copy full SHA for a658348
quantile_forest/_quantile_forest.py
@@ -18,7 +18,7 @@ class calls the ``fit`` method of the ``ForestRegressor`` and creates a
18
that extends the extremely randomized trees ``ExtraTreesRegressor`` as the
19
estimator implementation.
20
21
-Only single output problems are handled.
+Single and multi-output problems are both handled.
22
"""
23
24
import random
0 commit comments