Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,553 for test (0.1 sec)

  1. sklearn.model_selection.ValidationCurveDisplay ...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Thu Mar 28 16:05:58 UTC 2024
      53.7K bytes
      Cache
     
  2. sklearn.model_selection.cross_validate — scikit...

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Thu Mar 28 16:05:59 UTC 2024
      43.1K bytes
      Cache
     
  3. Model Selection — scikit-learn 1.4.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Thu Mar 28 16:05:57 UTC 2024
      25.1K bytes
      Cache
     
  4. sklearn.model_selection.GroupKFold — scikit-lea...

    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
    Thu Mar 28 16:05:57 UTC 2024
      36.8K bytes
      Cache
     
  5. Putting it all together — scikit-learn 1.4.1 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Thu Mar 28 16:05:58 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  6. sklearn.neighbors.KNeighborsClassifier — scikit...

    probability estimates for the test data X. score (X, y[, sample_weight])...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      68.7K bytes
      Cache
     
  7. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Thu Mar 28 16:05:59 UTC 2024
      28.2K bytes
      Cache
     
  8. sklearn.ensemble.AdaBoostClassifier — scikit-le...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Thu Mar 28 16:05:58 UTC 2024
      74K bytes
      Cache
     
  9. sklearn.calibration.CalibratedClassifierCV — sc...

    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
    Thu Mar 28 16:05:57 UTC 2024
      64.8K bytes
      Cache
     
  10. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Thu Mar 28 16:05:59 UTC 2024
      56.8K bytes
      Cache
     
Back to top