提交 a13beaee 编写于 作者: H Hanmin Qin 提交者: loopyme

1.11 集成方法 (0.21.3)

上级 946b7a57
......@@ -8,7 +8,6 @@
        [@\S^R^Y/](https://github.com/apachecn/scikit-learn-doc-zh)
[@Loopy](https://github.com/loopyme)
[@qinhanmin2014](https://github.com/qinhanmin2014)
翻译者:
        [@StupidStalker](https://github.com/apachecn/scikit-learn-doc-zh)
        [@文谊](https://github.com/apachecn/scikit-learn-doc-zh)
......@@ -530,7 +529,7 @@ Accuracy: 0.95 (+/- 0.04) [Ensemble]
### 1.11.5.3. 投票分类器(VotingClassifier)在网格搜索(GridSearchCV)应用
为了调整每个估计器的超参数, *VotingClassifier* 也可以和 *GridSearchCV* 一起使用:
为了调整每个估计器的超参数,[VotingClassifier](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html#sklearn.ensemble.VotingClassifier) 也可以和 [GridSearchCV](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html#sklearn.model_selection.GridSearchCV) 一起使用:
```py
>>> from sklearn.model_selection import GridSearchCV
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册