Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 904 for test (0.33 sec)

  1. 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
    Wed May 01 00:50:20 UTC 2024
      503.8K bytes
      1 views
      Cache
     
  2. sklearn.dummy.DummyRegressor — scikit-learn 1.4...

    n_features) Test samples. Passing None as test samples gives...return_std]) Perform classification on test vectors X. score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Tue Apr 30 16:14:28 UTC 2024
      52.7K bytes
      Cache
     
  3. sklearn.multiclass.OneVsOneClassifier — scikit-...

    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
    Tue Apr 30 16:14:28 UTC 2024
      56.8K bytes
      Cache
     
  4. 3.3. Metrics and scoring: quantifying the quali...

    (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...
    scikit-learn.org/stable/modules/model_evaluation.html
    Tue Apr 30 16:14:28 UTC 2024
      351.3K bytes
      Cache
     
  5. sklearn.linear_model.ElasticNet — scikit-learn ...

    Train error vs Test error Train error vs Test error...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Tue Apr 30 16:14:28 UTC 2024
      77.6K bytes
      Cache
     
  6. sklearn.ensemble.VotingClassifier — scikit-lear...

    the mean accuracy on the given test data and labels. set_fit_request...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Tue Apr 30 16:14:29 UTC 2024
      73.1K bytes
      Cache
     
  7. plot_multi_metric_evaluation.rst.txt

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Tue Apr 30 16:14:29 UTC 2024
      6.4K bytes
     
  8. sklearn.covariance.EllipticEnvelope — scikit-le...

    the mean accuracy on the given test data and labels. score_samples...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Tue Apr 30 16:14:28 UTC 2024
      66.3K bytes
      Cache
     
  9. sklearn.linear_model.LogisticRegressionCV — sci...

    scoring option on the given test data and labels. set_fit_request...scoring option on the given test data and labels. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Tue Apr 30 16:14:28 UTC 2024
      79.5K bytes
      Cache
     
  10. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Tue Apr 30 16:14:28 UTC 2024
      118.5K bytes
      2 views
     
  11. sklearn.datasets.fetch_species_distributions — ...

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Tue Apr 30 16:14:29 UTC 2024
      21.4K bytes
      Cache
     
  12. Movie search application | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/ent-search
    Wed May 01 00:52:04 UTC 2024
      415.5K bytes
      Cache
     
  13. sklearn.ensemble.HistGradientBoostingClassifier...

    the mean accuracy on the given test data and labels. set_fit_request...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Tue Apr 30 16:14:29 UTC 2024
      80.6K bytes
      Cache
     
  14. sklearn.multioutput.ClassifierChain — scikit-le...

    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
    Tue Apr 30 16:14:28 UTC 2024
      52K bytes
      Cache
     
  15. sklearn.linear_model.PassiveAggressiveClassifie...

    classification of text documents Out-of-core classification of text documents...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Tue Apr 30 16:14:28 UTC 2024
      74.1K bytes
      Cache
     
  16. plot_release_highlights_1_4_0.py

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_downloads/c15cce0dbcd8722cb5638987eff985c0/plot_release_highlights_1_4_0.py
    Tue Apr 30 16:14:29 UTC 2024
      7.7K bytes
     
  17. sklearn.feature_selection.SequentialFeatureSele...

    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
    Tue Apr 30 16:14:28 UTC 2024
      54.2K bytes
      Cache
     
  18. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Tue Apr 30 16:14:29 UTC 2024
      96.5K bytes
      Cache
     
  19. sklearn.neural_network.MLPRegressor — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Tue Apr 30 16:14:28 UTC 2024
      62.5K bytes
      Cache
     
  20. Relevance workbench | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/relevance-workbench
    Wed May 01 00:52:52 UTC 2024
      414.9K bytes
      Cache
     
Back to top