Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 1,753 for test (0.11 sec)

  1. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Fri Dec 20 11:14:14 UTC 2024
      2.2M bytes
      2 views
     
  2. RepeatedKFold — scikit-learn 1.6.0 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri Dec 20 11:14:16 UTC 2024
      119.6K bytes
      Cache
     
  3. SVC — scikit-learn 1.6.0 documentation

    cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Fri Dec 20 11:14:16 UTC 2024
      182.3K bytes
      Cache
     
  4. FixedThresholdClassifier — scikit-learn 1.6.0 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Fri Dec 20 11:14:14 UTC 2024
      142.8K bytes
      Cache
      Similar Results (1)
     
  5. LinearDiscriminantAnalysis — scikit-learn 1.6.0...

    n_features) Array of samples (test vectors). Returns : y_scores...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Fri Dec 20 11:14:14 UTC 2024
      155.1K bytes
      Cache
     
  6. check_estimator — scikit-learn 1.6.0 documentation

    running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Fri Dec 20 11:14:16 UTC 2024
      122.6K bytes
      Cache
      Similar Results (1)
     
  7. RFECV — scikit-learn 1.7.dev0 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/dev/modules/generated/sklearn.feature_selection.RFECV.html
    Mon Dec 09 18:03:47 UTC 2024
      157.2K bytes
      Cache
      Similar Results (1)
     
  8. learning_curve — scikit-learn 1.7.dev0 document...

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/dev/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Dec 09 18:03:45 UTC 2024
      124.8K bytes
      Cache
      Similar Results (1)
     
  9. KNeighborsClassifier — scikit-learn 1.7.dev0 do...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/dev/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Mon Dec 09 18:03:47 UTC 2024
      157.4K bytes
      Cache
      Similar Results (1)
     
  10. AdaBoostClassifier — scikit-learn 1.7.dev0 docu...

    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.ensemble.AdaBoostClassifier.html
    Mon Dec 09 18:03:47 UTC 2024
      160.7K bytes
      Cache
      Similar Results (1)
     
Back to top