Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 834 for tests (0.36 sec)

  1. 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 May 09 20:31:36 UTC 2025
      157.5K bytes
      Cache
     
  2. Kernel PCA — scikit-learn 1.6.1 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
    Fri May 09 20:31:36 UTC 2025
      107.5K bytes
      Cache
     
  3. 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....
    Thu May 08 11:40:27 UTC 2025
      4.9K bytes
      Similar Results (1)
     
  4. Introducing Elastic Observability's new Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/observability-labs/blog/new-synthetic-monitoring-observability
    Thu May 08 23:58:35 UTC 2025
      66.1K bytes
      Cache
     
  5. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html
    Mon Apr 28 16:40:31 UTC 2025
      22K bytes
      30 views
      Cache
     
  6. 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 May 09 20:31:36 UTC 2025
      106K bytes
      Cache
     
  7. PredefinedSplit — scikit-learn 1.6.1 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Fri May 09 20:31:36 UTC 2025
      116.1K bytes
      Cache
     
  8. ShrunkCovariance — scikit-learn 1.6.1 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
    Fri May 09 20:31:36 UTC 2025
      131.9K bytes
      Cache
     
  9. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Fri May 09 20:31:36 UTC 2025
      143.1K bytes
      Cache
     
  10. 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
    Fri May 09 20:31:36 UTC 2025
      180.1K bytes
      Cache
     
Back to top