Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 1,032 for test (0.16 sec)

  1. Elasticsearch features list | Elastic

    "message" : { "query" : "this is a test", "operator" : "and" } } } }...default distribution, you can also test out Platinum features such as...
    www.elastic.co/elasticsearch/features
    Sat May 11 00:36:54 UTC 2024
      545.9K bytes
      1 views
      Cache
     
  2. Slashdot: News for nerds, stuff that matters

    source and give up the Morse Code test for ham radio licenses, Bruce...DDX drivers were fixed and tested to work again, as well as complete...
    slashdot.org/
    Wed May 08 01:12:25 UTC 2024
      176.6K bytes
      3 views
      Cache
     
  3. 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
    Thu May 09 23:01:25 UTC 2024
      42K bytes
      Cache
     
  4. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Wed May 08 00:41:30 UTC 2024
      72.8K bytes
      Cache
     
  5. MetaFilter | Community Weblog

    always see if it passed the smell test -- read the straight poop inside....style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/
    Sat May 11 00:54:39 UTC 2024
      72.9K bytes
      2 views
      Cache
     
  6. 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
    Thu May 09 23:01:25 UTC 2024
      98.4K bytes
      Cache
     
  7. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Thu May 09 23:01:25 UTC 2024
      49.6K bytes
      Cache
     
  8. Elastic on Elastic: How InfoSec uses the Elasti...

    allowing us to test fields or dashboards without...'https://qualysapi.xxx.apps.qualys.com/qps/rest/2.0/update/am/tag' \ --location...
    www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management
    Sat May 11 01:06:46 UTC 2024
      468.4K bytes
      Cache
     
  9. Putting it all together — scikit-learn 1.4.2 do...

    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/tutorial/statistical_inference/putting_together.html
    Thu May 09 23:01:25 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  10. sitemap-news

    169Z11 best meal delivery services, tested and reviewed...th/health-news/bird-flu-cow-test-farmers-incentive-us-govern...
    www.nbcnews.com/sitemap/nbcnews/sitemap-news
    Sat May 11 00:58:46 UTC 2024
      121.5K bytes
      2 views
     
  11. 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
    Thu May 09 23:01:25 UTC 2024
      50K bytes
      Cache
     
  12. 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
    Thu May 09 23:01:25 UTC 2024
      39.5K bytes
      Cache
     
  13. 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
    Thu May 09 23:01:25 UTC 2024
      115.7K bytes
      Cache
     
  14. Kernel PCA — scikit-learn 1.4.2 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
    Thu May 09 23:01:25 UTC 2024
      44.1K bytes
      Cache
     
  15. Who Has the Right to “Disrupt” the University?

    speech by creating a new litmus test for what kind of protest activity...had warned protesters , or the rest of their campus communities,...
    jewishcurrents.org/who-has-the-right-to-disrupt-the-university
    Mon May 06 15:38:04 UTC 2024
      82.9K bytes
      Cache
     
  16. 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
    Thu May 09 23:01:25 UTC 2024
      41K bytes
      Cache
     
  17. 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
    Thu May 09 23:01:25 UTC 2024
      91.7K bytes
      Cache
     
  18. 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
    Thu May 09 23:01:25 UTC 2024
      45K bytes
      Cache
     
  19. Linear Regression Example — scikit-learn 1.4.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Thu May 09 23:01:25 UTC 2024
      27.1K bytes
      Cache
     
  20. 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
    Thu May 09 23:01:25 UTC 2024
      62.8K bytes
      Cache
     
Back to top