Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 642 for test (0.09 sec)

  1. DummyRegressor — scikit-learn 1.5.0 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Mon Jun 10 22:40:13 UTC 2024
      146.4K bytes
      Cache
     
  2. LassoCV — scikit-learn 1.5.0 documentation

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Jun 10 22:40:13 UTC 2024
      173.8K bytes
      Cache
     
  3. GaussianNB — 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.GaussianNB.html
    Mon Jun 10 22:40:14 UTC 2024
      160.9K bytes
      Cache
     
  4. Introducing approximate nearest neighbor search...

    called ann-benchmarks which tests the leading algorithms against...and also did well in our own testing. Another benefit of HNSW is...
    www.elastic.co/blog/introducing-approximate-nearest-neighbor-search-in-elasticsearch-8-0
    Tue Jun 11 00:30:34 UTC 2024
      478.7K bytes
      1 views
      Cache
     
  5. 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
    Mon Jun 10 22:40:13 UTC 2024
      150.5K bytes
      Cache
     
  6. LabelSpreading — scikit-learn 1.5.0 documentation

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Mon Jun 10 22:40:14 UTC 2024
      141.8K bytes
      Cache
     
  7. 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
    Mon Jun 10 22:40:14 UTC 2024
      158.4K bytes
      Cache
     
  8. LinearDiscriminantAnalysis — scikit-learn 1.5.0...

    n_features) Array of samples (test vectors). Returns : C ndarray...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Mon Jun 10 22:40:13 UTC 2024
      160.6K bytes
      Cache
     
  9. SequentialFeatureSelector — scikit-learn 1.5.0 ...

    evaluate the predictions on the test set. NOTE that when using a...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Mon Jun 10 22:40:13 UTC 2024
      146.5K bytes
      Cache
     
  10. 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
    Mon Jun 10 22:40:15 UTC 2024
      116.7K bytes
      Cache
     
Back to top