<div dir="ltr">(Think this is right reply to from a digest... If not, apologies)<div><br></div><div>Thanks for the pointers. From what I read on the API, I gather that for an estimator with a score method, inside GridSearchCV there will be pseudo-code like</div><div><br></div><div>    ...</div><div>    estimator.fit(X_train, y_train)<br></div><div>    scorer = estimator.score</div><div>    return scorer(X_test, y_test)<br></div><div>    </div><div><br></div><div>For custom scores that are not methods of an estimator, I guess the `make_scorer` function returns a callable with the same signature as a score method of an estimator?</div><div><br></div><div>-- <br><div class="gmail_signature">Jonathan Taylor                          <br>Dept. of Statistics                      <br>Sequoia Hall, 137                          <br>390 Serra Mall<br>Stanford, CA 94305<br><span>Tel:   <span id="gmail-gc-number-0" class="gmail-gc-cs-link" title="Call with Google Voice"><span id="gc-number-2" class="gc-cs-link" title="Call with Google Voice">650.723.9230</span></span></span><br><span>Fax:   <span id="gmail-gc-number-1" class="gmail-gc-cs-link" title="Call with Google Voice"><span id="gc-number-3" class="gc-cs-link" title="Call with Google Voice">650.725.8977</span></span></span><br>Web: <a href="http://www-stat.stanford.edu/~jtaylo" target="_blank">http://www-stat.stanford.edu/~jtaylo</a></div>
</div></div>