Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 821 for tests (0.77 sec)

  1. Underfitting vs. Overfitting — scikit-learn 1.7...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Fri Aug 22 18:00:32 UTC 2025
      98.7K bytes
      Cache
     
  2. CalibratedClassifierCV — scikit-learn 1.7.1 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Fri Aug 22 18:00:29 UTC 2025
      154.4K bytes
      Cache
     
  3. Demonstration of multi-metric evaluation on cro...

    '_<scorer_name>' ( 'mean_test_precision' , 'rank_test_precision' , etc…)...style in (( "train" , "--" ), ( "test" , "-" )): sample_score_mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Fri Aug 22 18:00:34 UTC 2025
      101.5K bytes
      Cache
     
  4. Feature discretization — scikit-learn 1.7.1 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Fri Aug 22 18:00:32 UTC 2025
      128.7K bytes
      Cache
     
  5. GroupKFold — scikit-learn 1.7.1 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Fri Aug 22 18:00:34 UTC 2025
      127.1K bytes
      Cache
     
  6. GridSearchCV — scikit-learn 1.7.1 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri Aug 22 18:00:33 UTC 2025
      184.7K bytes
      Cache
     
  7. DummyClassifier — scikit-learn 1.7.1 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Fri Aug 22 18:00:29 UTC 2025
      142.7K bytes
      Cache
     
  8. TunedThresholdClassifierCV — scikit-learn 1.7.1...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Fri Aug 22 18:00:29 UTC 2025
      148.3K bytes
      Cache
     
  9. Developer’s Guide — scikit-learn 1.7.1 document...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/stable/developers/index.html
    Thu Aug 21 16:13:27 UTC 2025
      37.7K bytes
      Cache
     
  10. Overview of multiclass training meta-estimators...

    "DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Fri Aug 22 18:00:29 UTC 2025
      114.3K bytes
      Cache
     
Back to top