Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 320 of 1,345 for test (0.18 sec)

  1. Post-tuning the decision threshold for cost-sen...

    ]( est , X_test , y_test ), scoring [ "precision" ]( est , X_test..."fpr" ]( est , X_test , y_test ), scoring [ "tpr" ]( est , X_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Mon Jun 30 13:50:30 UTC 2025
      293.2K bytes
      Cache
     
  2. Elasticsearch BBQ vs. OpenSearch FAISS: Vector ...

    conducted these performance tests to provide clear, data-driven...three different datasets and tested different combinations of engines...
    www.elastic.co/search-labs/blog/elasticsearch-bbq-vs-opensearch-faiss
    Tue Jul 01 00:41:08 UTC 2025
      261.4K bytes
      Cache
     
  3. RandomForestRegressor — scikit-learn 1.7.0 docu...

    max_leaf_nodes in best-first fashion. Best nodes are defined...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Mon Jun 30 13:50:28 UTC 2025
      170.6K bytes
      Cache
     
  4. Better Binary Quantization (BBQ) in Lucene and ...

    example but simplifed java code: Testing with BBQ: Alright, show me...numbers: We have done extensive testing with BBQ both in Lucene and...
    www.elastic.co/search-labs/blog/better-binary-quantization-lucene-elasticsearch
    Tue Jul 01 00:43:02 UTC 2025
      288.5K bytes
      Cache
     
  5. GammaRegressor — scikit-learn 1.7.0 documentation

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Mon Jun 30 13:50:27 UTC 2025
      139.2K bytes
      Cache
     
  6. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Mon Jun 30 13:50:30 UTC 2025
      192K bytes
      Cache
     
  7. PassiveAggressiveClassifier — scikit-learn 1.7....

    classification of text documents Out-of-core classification of text documents...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Mon Jun 30 13:50:30 UTC 2025
      158.8K bytes
      Cache
     
  8. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Mon Jun 30 13:50:27 UTC 2025
      113.1K bytes
      Cache
     
  9. Kernel PCA — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Mon Jun 30 13:50:27 UTC 2025
      107.5K bytes
      Cache
     
  10. Plot classification probability — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( X ,...predict_proba ( X_test ) accuracy_test = accuracy_score ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Mon Jun 30 13:50:29 UTC 2025
      126.1K bytes
      Cache
     
  11. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Mon Jun 30 13:50:27 UTC 2025
      105.2K bytes
      Cache
     
  12. Pipeline — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Mon Jun 30 13:50:27 UTC 2025
      187.9K bytes
      Cache
     
  13. Decision Tree Regression — scikit-learn 1.7.0 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Mon Jun 30 13:50:27 UTC 2025
      152.4K bytes
      Cache
     
  14. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Mon Jun 30 13:50:27 UTC 2025
      108.5K bytes
      Cache
     
  15. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Jun 30 13:50:29 UTC 2025
      106.2K bytes
      Cache
     
  16. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Mon Jun 30 13:50:27 UTC 2025
      140.6K bytes
      Cache
     
  17. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Mon Jun 30 13:50:30 UTC 2025
      123.1K bytes
      Cache
     
  18. 1.7. Gaussian Processes — scikit-learn 1.7.0 do...

    = noise\_level \text{ if } x_i == x_j \text{ else } 0\] 1.7.4.2....probabilistic classification, where test predictions take the form of...
    scikit-learn.org/stable/modules/gaussian_process.html
    Mon Jun 30 13:50:27 UTC 2025
      84.5K bytes
      Cache
     
  19. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Mon Jun 30 13:50:29 UTC 2025
      127.4K bytes
      Cache
     
  20. Tony Awards 2025 live updates: Cynthia Erivo ho...

    including best play, best direction of a play, best scenic design...Share Best lighting design of a play Jon Clark wins the best lighting...
    www.nbcnews.com/pop-culture/pop-culture-news/live-blog/tony-awards-2025-live-updates-rcna211077
    Mon Jun 09 01:04:24 UTC 2025
      1.2M bytes
      Cache
     
Back to top