Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 792 for tests (0.09 sec)

  1. FixedThresholdClassifier — scikit-learn 1.5.0 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Tue May 28 11:51:32 UTC 2024
      146.9K bytes
      Cache
     
  2. ShrunkCovariance — scikit-learn 1.5.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Tue May 28 11:51:34 UTC 2024
      142.1K bytes
      Cache
     
  3. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Tue May 28 11:51:34 UTC 2024
      101.2K bytes
      Cache
     
  4. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Tue May 28 11:51:33 UTC 2024
      119.6K bytes
      Cache
     
  5. Elastic ServiceNow connector reference | Enterp...

    atf_test_designer , atf_test_admin Knowledge admin...sn_request_read , asset , atf_test_designer , atf_test_admin Knowledge admin...
    www.elastic.co/guide/en/enterprise-search/current/connectors-servicenow.html
    Thu May 23 10:23:18 UTC 2024
      57.5K bytes
      Cache
     
  6. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Tue May 28 11:51:34 UTC 2024
      90.1K bytes
      Cache
     
  7. Elasticsearch open inference API adds Azure AI ...

    PUT _inference/completion/test_cohere_chat_completion { "service":...secure settings. { "model_id": "test_cohere_chat_completion", "task_type":...
    www.elastic.co/search-labs/blog/elasticsearch-azure-ai-studio-support
    Thu May 23 00:51:32 UTC 2024
      119.6K bytes
      Cache
     
  8. plot_multi_metric_evaluation.ipynb

    ``'_<scorer_name>'`` (``'mean_test_precision'``,\n``'rank_test_precision'``,...in ((\"train\", \"--\"), (\"test\", \"-\")):\n sample_score_mean...
    scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation....
    Tue May 28 11:51:31 UTC 2024
      4.8K bytes
     
  9. 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
     
  10. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Tue May 28 11:51:33 UTC 2024
      106.3K bytes
      Cache
     
Back to top