From 039ca4a24a51dcc9884bc5c839897c7ca27c9d20 Mon Sep 17 00:00:00 2001 From: Reid Johnson Date: Mon, 15 Apr 2024 09:49:59 -0700 Subject: [PATCH] Fix 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 ba48d83..0f2cc48 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. -Single and multi-output problems are both handled. +Single- and multi-output problems are both handled. """ import random