Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 1559d20

Browse files
committed
Fix doctest
1 parent c42d858 commit 1559d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/spark_sklearn/grid_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class GridSearchCV(BaseSearchCV):
119119
>>> clf = GridSearchCV(svr, parameters)
120120
>>> clf.fit(iris.data, iris.target)
121121
... # doctest: +NORMALIZE_WHITESPACE +ELLIPSIS
122-
SPGridSearchWrapper(cv=None, error_score=...,
122+
GridSearchCV(cv=None, error_score=...,
123123
estimator=SVC(C=1.0, cache_size=..., class_weight=..., coef0=...,
124124
decision_function_shape=..., degree=..., gamma=...,
125125
kernel='rbf', max_iter=-1, probability=False,

0 commit comments

Comments
 (0)