Every line of 'cross_val_score scoring options' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
100 def scoring_task(estimator, X, y): 101 score, std = scorer(estimator, X, y, return_std=True) 102 test_scores.append([score, std]) 103 104 return score