Thank you for answering ... makes sense now that you point it out.
Sent from my iPhone
> On Jul 24, 2019, at 2:57 PM, Andreas Mueller wrote:
>
> scoring is not a parameter.
> It needs to be passed to GridSearchCV
>
> selfCLF =GridSearchCV(GradientBoostingClassifier(), parameters, versose = 3m
scoring is not a parameter.
It needs to be passed to GridSearchCV
selfCLF =GridSearchCV(GradientBoostingClassifier(), parameters, versose = 3m
n_jobs = 4), scoring='roc_auc')
On 7/24/19 1:24 PM, Glenn Schultz via scikit-learn wrote:
I am using GBClassifier, the below works if I use the defau