Skip to content

Commit a658348

Browse files
committed
Merge branch 'main' into 1.3.X
2 parents 02d7036 + da4bd0c commit a658348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantile_forest/_quantile_forest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class calls the ``fit`` method of the ``ForestRegressor`` and creates a
1818
that extends the extremely randomized trees ``ExtraTreesRegressor`` as the
1919
estimator implementation.
2020
21-
Only single output problems are handled.
21+
Single and multi-output problems are both handled.
2222
"""
2323

2424
import random

0 commit comments

Comments
 (0)