From 5d6bcb3cd555508ac8df41238bfb4588a95a9f2c Mon Sep 17 00:00:00 2001 From: Jason Bentley Date: Mon, 5 Oct 2020 10:32:06 +0100 Subject: [PATCH] This commit revises the LearnerRanker docstring --- src/facet/selection/_selection.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/facet/selection/_selection.py b/src/facet/selection/_selection.py index 59a68728c..f769dba3c 100644 --- a/src/facet/selection/_selection.py +++ b/src/facet/selection/_selection.py @@ -226,10 +226,9 @@ class LearnerRanker( Score and rank different parametrizations of one or more learners, using cross-validation. - Other than scikit-learn's native :class:`.GridSearchCV`, a learner ranker can - run a simultaneous grid search across multiple alternative learner pipelines, - allowing not only to optimize hyper-parameters, but also the choice of the - learner algorithm. + The learner ranker can run a simultaneous grid search across multiple alternative + learner pipelines, supporting the ability to optimize hyper-parameters and + select a learner algorithm. """ def __init__(