Get individual models and customized score in GridSearchCV and RandomizedSearchCV [duplicate]
问题 This question already has an answer here : Retrieving specific classifiers and data from GridSearchCV (1 answer) Closed 3 days ago . GridSearchCV and RandomizedSearchCV has best_estimator_ that : Returns only the best estimator/model Find the best estimator via one of the simple scoring methods : accuracy, recall, precision, etc. Evaluate based on training sets only I would like to enrich those limitations with My own definition of scoring methods Evaluate further on test set rather than