Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 220 of 1,328 for test (0.63 sec)

  1. bootstrap.js

    test(j());if(/Trident/i.test(j())&&S(t)&&"fi...F(){return!/^((?!chrome|android).)*safari/i.test(j())}function H(t,e,i){void...
    scikit-learn.org/stable/_static/scripts/bootstrap.js
    Fri Sep 12 13:34:55 UTC 2025
      79.8K bytes
     
  2. 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
    Fri Sep 12 13:34:55 UTC 2025
      158.2K bytes
      Cache
     
  3. RandomForestRegressor — scikit-learn 1.7.2 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
    Fri Sep 12 13:34:53 UTC 2025
      170.5K bytes
      Cache
     
  4. Analyzing online search relevance metrics with ...

    sophisticated tools such as A/B testing and result interleaving to...API in Elasticsearch blog post Test-Driven Relevance Tuning of Elasticsearch...
    www.elastic.co/blog/analyzing-online-search-relevance-metrics-with-the-elastic-stack
    Sun Sep 14 00:42:07 UTC 2025
      409.6K bytes
      Cache
     
  5. Photo: Latest Compelling Image Galleries. Photo...

    school for a year that will be a test case in free speech, students...the 2025 NBA Draft: See the best looks Elianel Clinton for NBC...
    www.nbcnews.com/photos
    Sun Sep 14 01:18:20 UTC 2025
      617.5K bytes
      Cache
     
  6. core.6e82aa1b4a45041e9c03.js

    test(r),i=/tag/.test(r),a=/vertical/.test(r),c=/bad...ar e={adtest:"test",giraffe_test:"giraffe_test",adops_giraff...
    www.buzzfeed.com/static-assets/js/core.6e82aa1b4a45041e9c03.js
    Fri Aug 29 12:21:24 UTC 2025
      1.2M bytes
      Similar Results (2)
     
  7. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Fri Sep 12 13:34:53 UTC 2025
      162.4K bytes
      1 views
      Cache
     
  8. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Fri Sep 12 13:34:50 UTC 2025
      158K bytes
      Cache
     
  9. ChatGPT and Elasticsearch: OpenAI meets private...

    the full body text, those larger bodies of text may need to be...click Continue again at the Test stage. Click Create Pipeline...
    www.elastic.co/search-labs/blog/chatgpt-elasticsearch-openai-meets-private-data
    Sun Sep 14 00:50:03 UTC 2025
      345.1K bytes
      Cache
     
  10. GridSearchCV — scikit-learn 1.7.2 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Fri Sep 12 13:34:49 UTC 2025
      184.7K bytes
      Cache
     
  11. 9.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Fri Sep 12 13:34:55 UTC 2025
      60.9K bytes
      Cache
     
  12. Beyond RAG Basics: Advanced strategies for AI a...

    Strategies and best practices for implementing RAG . Test the latest...the challenges, solutions, and best practices in this evolving field...
    www.elastic.co/blog/beyond-rag-basics
    Sun Sep 14 00:54:53 UTC 2025
      531K bytes
      Cache
     
  13. TweedieRegressor — scikit-learn 1.7.2 documenta...

    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.TweedieRegressor.html
    Fri Sep 12 13:34:55 UTC 2025
      141.6K bytes
      Cache
     
  14. 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
    Fri Sep 12 13:34:56 UTC 2025
      106.2K bytes
      Cache
     
  15. 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
    Sun Sep 14 00:44:51 UTC 2025
      289.1K bytes
      Cache
     
  16. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Fri Sep 12 13:34:50 UTC 2025
      168.1K bytes
      1 views
      Cache
     
  17. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Fri Sep 12 13:34:56 UTC 2025
      102.2K bytes
      Cache
     
  18. 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
    Fri Sep 12 13:34:55 UTC 2025
      127.4K bytes
      Cache
     
  19. Overview of multiclass training meta-estimators...

    examples Nested versus non-nested cross-validation Nested versus..."DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Fri Sep 12 13:34:53 UTC 2025
      114.3K bytes
      Cache
     
  20. Search tier autoscaling in Elasticsearch Server...

    start a 14-day free trial to test it out yourself! You can follow...autoscaling and performance stress testing at scale Dive into how Elasticsearch...
    www.elastic.co/search-labs/blog/elasticsearch-serverless-tier-autoscaling
    Sun Sep 14 00:51:21 UTC 2025
      149.4K bytes
      Cache
     
Back to top