333
правки
Изменения
→Кросс-валилация и подбор параметров
gs_clf = gs_clf.fit(twenty_train.data, twenty_train.target)
print(<font color="red">"Best score: %.3f" </font> % gs_clf.best_score_)
'''for''' param_name '''in''' sorted(parameters.keys()):