Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 1,144 for test (0.09 sec)

  1. GraphicalLassoCV — scikit-learn 1.5.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Thu May 23 20:54:14 UTC 2024
      150.5K bytes
      Cache
     
  2. BernoulliNB — scikit-learn 1.5.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.BernoulliNB.html
    Wed May 22 15:20:05 UTC 2024
      158.4K bytes
      Cache
     
  3. fetch_species_distributions — scikit-learn 1.5....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Thu May 23 20:54:15 UTC 2024
      118.2K bytes
      Cache
     
  4. RandomizedSearchCV — scikit-learn 1.5.0 documen...

    the attributes best_index_ , best_score_ and best_params_ will...param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Wed May 22 15:20:10 UTC 2024
      175.3K bytes
      Cache
     
  5. Examples — scikit-learn 1.6.dev0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/dev/auto_examples/index.html
    Thu May 23 20:54:13 UTC 2024
      251.5K bytes
      Cache
      Similar Results (1)
     
  6. OneVsOneClassifier — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Wed May 22 15:20:10 UTC 2024
      149.2K bytes
      Cache
     
  7. SVC — scikit-learn 1.5.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
    Thu May 23 20:54:14 UTC 2024
      184.5K bytes
      Cache
     
  8. ClassifierChain — scikit-learn 1.5.0 documentation

    X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Wed May 22 15:20:05 UTC 2024
      146K bytes
      Cache
     
  9. chi2 — scikit-learn 1.5.0 documentation

    with the highest values for the test chi-squared statistic from X,...classes. Recall that the chi-square test measures dependence between...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Thu May 23 20:54:14 UTC 2024
      116.7K bytes
      Cache
     
  10. cross_val_predict — scikit-learn 1.5.0 document...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Wed May 22 15:20:10 UTC 2024
      126.5K bytes
      Cache
     
Back to top