Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 320 of 1,755 for test (0.13 sec)

  1. 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 29 00:43:17 UTC 2024
      72.2K bytes
      Cache
     
  2. GaussianProcessRegressor — scikit-learn 1.5.0 d...

    n_features) Test samples. For some estimators...theta .... # Returned are the best found hyperparameters theta...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Tue May 28 11:51:34 UTC 2024
      164.4K bytes
      Cache
     
  3. 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
    Tue May 28 11:51:32 UTC 2024
      160.2K bytes
      Cache
     
  4. Slashdot: News for nerds, stuff that matters

    works in any text box. Select text in any text box and right-click...3 grams of debris during the test at the No. 2 reactor, marking...
    slashdot.org
    Wed May 29 01:09:22 UTC 2024
      143.2K bytes
      Cache
     
  5. Best Printer 2023 | MetaFilter

    Print a Windows test page and it would be beautiful...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/198593/Best-Printer-2023
    Mon May 06 00:42:06 UTC 2024
      81.8K bytes
      Cache
     
  6. 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
    Wed May 29 00:33:55 UTC 2024
      553.1K bytes
      1 views
      Cache
     
  7. Lasso — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...tol times \(||y||_2^2 / n_{\text{samples}}\) . The target can...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Tue May 28 11:51:34 UTC 2024
      174.6K bytes
      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
    Tue May 28 11:51:32 UTC 2024
      156.6K bytes
      Cache
     
  9. 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
    Tue May 28 11:51:33 UTC 2024
      101.6K bytes
      Cache
     
  10. 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
    Tue May 28 11:51:32 UTC 2024
      153.6K bytes
      Cache
     
  11. SGDRegressor — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...training will stop when (loss > best_loss - tol) for n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Tue May 28 11:51:32 UTC 2024
      173.6K bytes
      Cache
     
  12. Popular Favorites | MetaFilter

    had completely eliminated any test subjects with mental health...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/popular.mefi
    Wed May 29 00:42:56 UTC 2024
      57.7K bytes
      Cache
     
  13. 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
    Tue May 28 11:51:34 UTC 2024
      104.3K bytes
      Cache
     
  14. RandomForestRegressor — scikit-learn 1.5.0 docu...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
    Tue May 28 11:51:32 UTC 2024
      178K bytes
      Cache
     
  15. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Tue May 28 11:51:31 UTC 2024
      66.1K bytes
      Cache
      Similar Results (1)
     
  16. Gradient Boosting regression — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue May 28 11:51:32 UTC 2024
      107.7K bytes
      Cache
     
  17. Working With Text Data — scikit-learn 1.5.0 doc...

    >>> docs_test = twenty_test . data >>> predicted = text_clf . predict...object’s best_score_ and best_params_ attributes store the best mean...
    scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html
    Tue May 28 11:51:34 UTC 2024
      80.1K bytes
      Cache
     
  18. Elasticsearch Connector API: How to ingest data...

    monitoring and testing, removing the need to go back...schema to be registered. For our test setup, it should be sufficient...
    www.elastic.co/search-labs/blog/elasticsearch-connector-apis-sync-data-to-serverless
    Tue May 28 00:47:05 UTC 2024
      205.4K bytes
      Cache
     
  19. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Tue May 28 11:51:34 UTC 2024
      124K bytes
      Cache
     
  20. Inside RFK Jr. VP pick Nicole Shanahan’s conspi...

    that Covid was a “compliance test” designed to keep people indoors,...
    www.nbcnews.com/politics/2024-election/nicole-shanahan-rfk-jr-vice-president-beliefs-rcna153535
    Fri May 24 00:52:39 UTC 2024
      355.8K bytes
      Cache
     
Back to top