Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. validation_curve — scikit-learn 1.7.dev0 docume...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/dev/modules/generated/sklearn.model_selection.validation_curve.html
    Mon Dec 09 18:03:45 UTC 2024
      120.8K bytes
      Cache
      Similar Results (1)
     
  2. StratifiedShuffleSplit — scikit-learn 1.6.0 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Fri Dec 20 11:14:14 UTC 2024
      122.2K bytes
      Cache
     
  3. ComplementNB — scikit-learn 1.6.0 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Fri Dec 20 11:14:14 UTC 2024
      153.6K bytes
      Cache
     
  4. GroupShuffleSplit — scikit-learn 1.6.0 document...

    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.GroupShuffleSplit.html
    Fri Dec 20 11:14:14 UTC 2024
      128.6K bytes
      Cache
     
  5. RepeatedStratifiedKFold — scikit-learn 1.7.dev0...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/dev/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Dec 09 18:03:46 UTC 2024
      121.4K bytes
      Cache
      Similar Results (1)
     
  6. GroupKFold — scikit-learn 1.7.dev0 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/dev/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Dec 09 18:03:45 UTC 2024
      127.5K bytes
      Cache
      Similar Results (1)
     
  7. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri Dec 20 11:14:14 UTC 2024
      141.8K bytes
      Cache
      Similar Results (1)
     
  8. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Fri Dec 20 11:14:16 UTC 2024
      7.8K bytes
     
  9. Observability: Get Started creating a synthetic...

    if the website or app being tested are accessible from: Elastic's...Elastic's global managed testing infrastructure: With Elastic's global...
    www.elastic.co/getting-started/observability/create-synthetic-monitor
    Sun Dec 22 00:48:02 UTC 2024
      352K bytes
      Cache
     
  10. ClassifierMixin — scikit-learn 1.7.dev0 documen...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/dev/modules/generated/sklearn.base.ClassifierMixin.html
    Fri Dec 20 11:14:15 UTC 2024
      114.1K bytes
      Cache
      Similar Results (1)
     
Back to top