✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Розгляньте код:
paramGrid = ParamGridBuilder() \
.addGrid(svc.maxIter, [10]) \
.addGrid(svc.regParam, [0.1, 0.01]) \
.addGrid(svc.threshold, [0.0, 0.5]) \
.addGrid(svc.standardization, [True, False]) \
.build()
cv = CrossValidator(estimator=pipeline, estimatorParamMaps=paramGrid, numFolds=4)
Скільки всього моделей буде навчено в процесі крос-валідації (БЕЗ фінальної моделі)?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!