Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 400 of 1,312 for test (3.05 sec)

  1. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Sat Sep 06 21:55:17 UTC 2025
      115.5K bytes
      Cache
     
  2. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Sat Sep 06 21:55:17 UTC 2025
      97.9K bytes
      Cache
     
  3. Tags — scikit-learn 1.7.1 documentation

    _skip_test bool, default=False Whether to skip common tests entirely....requires_fit: bool = True , _skip_test: bool = False , input_tags:...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html
    Sat Sep 06 21:55:17 UTC 2025
      110.8K bytes
      1 views
      Cache
     
  4. Kibana Guide [8.19] | Elastic

    Common Issues Event log index Test connectors Observability Search...How we use Git and GitHub Testing Interpreting CI Failures CI...
    www.elastic.co/guide/en/kibana/8.19/index.html
    Thu Aug 28 02:06:22 UTC 2025
      69.1K bytes
      Cache
     
  5. 1.13. Feature selection — scikit-learn 1.7.1 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Sat Sep 06 21:55:15 UTC 2025
      73.8K bytes
      Cache
     
  6. Best Labor Day Sales 2025: I Found 97 Deals Sti...

    sales are live Best Amazon Labor Day deals to shop Best body wipes...What to Skip Best Labor Day Deals on Amazon Best Buy Labor Day...
    www.nbcnews.com/select/shopping/best-labor-day-sales-2025-rcna227984
    Wed Sep 03 01:14:54 UTC 2025
      633.6K bytes
      Cache
     
  7. Effect of varying threshold for self-training —...

    train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Sat Sep 06 21:55:16 UTC 2025
      102.7K bytes
      Cache
     
  8. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Sat Sep 06 21:55:16 UTC 2025
      136K bytes
      Cache
     
  9. 1.6. Nearest Neighbors — scikit-learn 1.7.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Sat Sep 06 21:55:16 UTC 2025
      122.7K bytes
      Cache
     
  10. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...definitions: \(\text{FPR} = \frac{\text{FP}}{\text{FP} + \text{TN}}\)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Sat Sep 06 21:55:16 UTC 2025
      101.8K bytes
      Cache
     
  11. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Sat Sep 06 21:55:17 UTC 2025
      98.1K bytes
      1 views
      Cache
     
  12. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Sat Sep 06 21:55:15 UTC 2025
      141.5K bytes
      Cache
     
  13. 8.2. Real world datasets — scikit-learn 1.7.1 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Sat Sep 06 21:55:16 UTC 2025
      100.2K bytes
      Cache
     
  14. IsolationForest example — scikit-learn 1.7.1 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Sat Sep 06 21:55:16 UTC 2025
      125.9K bytes
      Cache
     
  15. 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
    Sat Sep 06 21:55:17 UTC 2025
      101.5K bytes
      Cache
     
  16. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Sat Sep 06 21:55:16 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  17. LassoLarsCV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Sat Sep 06 21:55:15 UTC 2025
      145.6K bytes
      Cache
     
  18. 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
    Sat Sep 06 21:55:17 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  19. Version 1.0 — scikit-learn 1.7.1 documentation

    'mean_test_score' 'std_test_score' , and 'split(k)_test_score'...Change utils._testing.assert_warns and utils._testing.assert_warns_message...
    scikit-learn.org/stable/whats_new/v1.0.html
    Fri Sep 05 11:59:58 UTC 2025
      251.3K bytes
      Cache
     
  20. LastaFluteのJakarta対応 (Java21) | LastaFlute

    jakarta | Github exampleやtestも exampleやtestプロジェクトもブランチで分けてマージ管理していきます。...Jakarta版LastaFlute リリース一覧 Java8版との整合性 exampleやtestも 依存ライブラリをJakartaに 依存スコープに夜じゃなくて寄る...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/lakarta.html
    Tue Aug 12 02:41:09 UTC 2025
      26.9K bytes
      Cache
     
  21. Elastic Observability Labs

    and test statements in real-time, making...contributing to make it the best data collection platform for...
    www.elastic.co/observability-labs/blog/tag/opentelemetry
    Sun Sep 07 01:09:07 UTC 2025
      311.3K bytes
      Cache
     
  22. Logistic function — scikit-learn 1.7.1 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Sat Sep 06 21:55:16 UTC 2025
      95K bytes
      Cache
     
  23. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Tue Aug 12 02:41:09 UTC 2025
      12.7K bytes
      2 views
      Cache
     
  24. 利用方法

    (dbflute:outside-sql-test) dbflute:outside-sql-test ゴールを実行すると、DBFlute...outside-sql-test.[sh|bat] が実行されます。 outside-sql-test については、DBFlute...
    dbflute.seasar.org/maven/plugin/ja/usage.html
    Tue Aug 12 02:41:09 UTC 2025
      24.7K bytes
      Cache
     
  25. ElasticNetCV — scikit-learn 1.7.1 documentation

    are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Sat Sep 06 21:55:15 UTC 2025
      166.4K bytes
      Cache
     
  26. f_regression — scikit-learn 1.7.1 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Sat Sep 06 21:55:17 UTC 2025
      118.1K bytes
      Cache
     
  27. parametrize_with_checks — scikit-learn 1.7.1 do...

    to specify which tests to run: pytest test_check_estimators ....why the check fails. These tests will be marked as xfail if the...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Sat Sep 06 21:55:17 UTC 2025
      113.1K bytes
      Cache
     
  28. Project Mailing Lists

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/mail-lists.html
    Tue Aug 12 02:41:09 UTC 2025
      8.1K bytes
      Cache
     
  29. Issue Tracking

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/issue-tracking.html
    Tue Aug 12 02:41:09 UTC 2025
      7.9K bytes
      Cache
     
  30. CategoricalNB — scikit-learn 1.7.1 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Sat Sep 06 21:55:15 UTC 2025
      152K bytes
      Cache
     
  31. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Sat Sep 06 21:55:16 UTC 2025
      132.1K bytes
      Cache
     
  32. Getting Started — scikit-learn 1.7.1 documentation

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/getting_started.html
    Sat Sep 06 21:55:17 UTC 2025
      49.2K bytes
      Cache
     
  33. ConfusionMatrixDisplay — scikit-learn 1.7.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Sat Sep 06 21:55:15 UTC 2025
      150.1K bytes
      Cache
     
  34. 概要

    outside-sql-test : outside-sql-test.[sh|bat]を実行します。 replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/ja/index.html
    Tue Aug 12 02:41:09 UTC 2025
      13.9K bytes
      Cache
     
  35. 模範解答的なセクション 3 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html
    Tue Aug 12 02:41:09 UTC 2025
      50.3K bytes
      Cache
     
  36. Column Transformer with Heterogeneous Data Sour...

    ) X_test , y_test = fetch_20newsgroups ( random_state...body = text . partition ( " \n\n " ) # store body text in second...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Sat Sep 06 21:55:16 UTC 2025
      107.7K bytes
      Cache
     
  37. Permutation Importance with Multicollinear or C...

    X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Sat Sep 06 21:55:17 UTC 2025
      117.4K bytes
      Cache
     
  38. Beats Developer Guide [8.19] | Elastic

    Beats Contributing to the docs Testing Community Beats Defining field...Getting Ready Protocol Modules Testing Extending Metricbeat Overview...
    www.elastic.co/guide/en/beats/devguide/8.19/index.html
    Tue Jul 29 14:26:41 UTC 2025
      14.3K bytes
      Cache
     
  39. dbflute-maven-plugin - dbflute:generate

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/generate-mojo.html
    Tue Aug 12 02:41:09 UTC 2025
      10K bytes
      Cache
     
  40. dbflute-maven-plugin - dbflute:jdbc

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/jdbc-mojo.html
    Tue Aug 12 02:41:09 UTC 2025
      10K bytes
      Cache
      Similar Results (2)
     
  41. ハンズオンセクション 11 | DBFlute

    その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section11.html
    Tue Aug 12 02:41:09 UTC 2025
      19.7K bytes
      1 views
      Cache
     
  42. ARDRegression — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Sat Sep 06 21:55:16 UTC 2025
      141.3K bytes
      Cache
     
  43. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Sat Sep 06 21:55:16 UTC 2025
      109.3K bytes
      Cache
     
  44. dbflute-maven-plugin - dbflute:sql2entity

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/ja/sql2entity-mojo.html
    Tue Aug 12 02:41:09 UTC 2025
      10.6K bytes
      2 views
      Cache
      Similar Results (3)
     
  45. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Sat Sep 06 21:55:17 UTC 2025
      62.3K bytes
      Cache
     
  46. ハンズオンセクション 2 | DBFlute

    Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...
    dbflute.seasar.org/ja/tutorial/handson/section02.html
    Tue Aug 12 02:41:09 UTC 2025
      29K bytes
      Cache
     
  47. dbflute-maven-plugin - dbflute:replace-schema

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/ja/replace-schema-mojo.html
    Tue Aug 12 02:41:09 UTC 2025
      10.6K bytes
      2 views
      Cache
     
  48. dbflute-maven-plugin - dbflute:manage

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/manage-mojo.html
    Tue Aug 12 02:41:09 UTC 2025
      11K bytes
      Cache
     
  49. Varying regularization in Multi-layer Perceptro...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Sat Sep 06 21:55:17 UTC 2025
      109.1K bytes
      Cache
     
  50. Priority boosts growth and innovation with Elas...

    services fueled by faster testing and development cycles. Accelerates...Elastic cluster for regression testing in just one hour. In this highly...
    www.elastic.co/customers/priority
    Mon Sep 08 01:09:06 UTC 2025
      435.7K bytes
      Cache
     
Back to top