Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 837 for tests (0.09 sec)

  1. TimeSeriesSplit — scikit-learn 1.6.1 documentation

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Tue May 13 14:25:44 UTC 2025
      129.7K bytes
      2 views
      Cache
     
  2. Gradient Boosting Out-of-Bag estimates — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Tue May 13 14:25:44 UTC 2025
      111.8K bytes
      Cache
     
  3. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Tue May 13 14:25:43 UTC 2025
      64.2K bytes
      Cache
     
  4. ShuffleSplit — scikit-learn 1.6.1 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Tue May 13 14:25:44 UTC 2025
      124.2K bytes
      Cache
     
  5. 7.4. Loading other datasets — scikit-learn 1.6....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Tue May 13 14:25:43 UTC 2025
      60.6K bytes
      Cache
     
  6. Nested versus non-nested cross-validation — sci...

    a series of train/validation/test set splits. In the inner loop...error is estimated by averaging test set scores over several dataset...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Tue May 13 14:25:46 UTC 2025
      102.4K bytes
      Cache
     
  7. NearestCentroid — scikit-learn 1.6.1 documentation

    with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Tue May 13 14:25:46 UTC 2025
      136.9K bytes
      Cache
     
  8. StackingClassifier — scikit-learn 1.6.1 documen...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Tue May 13 14:25:44 UTC 2025
      165.8K bytes
      Cache
     
  9. Slashdot: News for nerds, stuff that matters

    and it does only testing in the USA. Famously it was...California “no safety driver” test permit, but then lost it after...
    slashdot.org/popular
    Tue Apr 15 01:12:22 UTC 2025
      143K bytes
      Cache
     
  10. MinCovDet — scikit-learn 1.6.1 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...Quality, TECHNOMETRICS score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Tue May 13 14:25:44 UTC 2025
      139.8K bytes
      Cache
     
Back to top