Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 550 of 1,312 for test (5.62 sec)

  1. 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
     
  2. 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
    Fri Sep 05 11:59:58 UTC 2025
      102.7K bytes
      Cache
     
  3. NuSVC — scikit-learn 1.7.1 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Sat Sep 06 21:55:15 UTC 2025
      151.8K bytes
      Cache
     
  4. 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
     
  5. 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
     
  6. DBFluteのリポジトリ (Github) | DBFlute

    (サンプル) DBFlute Test DBFluteのテストプロジェクト。 DBFlute Test https://git...Project DBFlute Example DBFlute Test UTFlute EMecha DBFlute Session...
    dbflute.seasar.org/ja/environment/repository.html
    Tue Aug 12 02:41:09 UTC 2025
      10.6K bytes
      1 views
      Cache
     
  7. assert_all_finite — scikit-learn 1.7.1 document...

    ( "Test failed: Array contains non-finite values." ) Test failed:...assert_all_finite ( array ) ... print ( "Test passed: Array contains only...
    scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html
    Sat Sep 06 21:55:15 UTC 2025
      107.5K bytes
      Cache
     
  8. Gaussian Mixture Model Selection — scikit-learn...

    "mean_test_score" ] ] df [ "mean_test_score" ] = - df...estimator are stored in best_parameters_ and best_estimator_ , respectively....
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Sat Sep 06 21:55:16 UTC 2025
      138.5K bytes
      Cache
     
  9. Release Highlights for scikit-learn 1.6 — sciki...

    Many tests in the common test suite are updated...removed the _xfail_checks tag and tests which are expected to fail are...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html
    Sat Sep 06 21:55:16 UTC 2025
      110.6K bytes
      Cache
     
  10. 模範解答的なセクション 2 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...テストデータが存在すること */ public void test_existsTestData() throws Exception...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html
    Tue Aug 12 02:41:09 UTC 2025
      11.8K bytes
      Cache
     
  11. 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
     
  12. Visualizing the probabilistic predictions of a ...

    = [ est . predict_proba ( test_sample ) . ravel () for est in...estimators_ ] for ( est_name , _ ), est_probas in zip ( eclf...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Sat Sep 06 21:55:16 UTC 2025
      175.2K bytes
      Cache
     
  13. plot_release_highlights_1_7_0.py

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...
    scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py
    Fri Sep 05 11:59:58 UTC 2025
      4.7K bytes
     
  14. sklearn.model_selection — scikit-learn 1.7.1 do...

    train_test_split Split arrays or matrices...matrices into random train and test subsets. Hyper-parameter optimizers...
    scikit-learn.org/stable/api/sklearn.model_selection.html
    Sat Sep 06 21:55:15 UTC 2025
      129K bytes
      Cache
     
  15. 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:16 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  16. robust_scale — scikit-learn 1.7.1 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Sat Sep 06 21:55:15 UTC 2025
      112.9K bytes
      Cache
     
  17. SGDOneClassSVM — scikit-learn 1.7.1 documentation

    n_features) Testing data. Returns : dec array-like,...shape (n_samples, n_features) Testing data. Returns : y array, shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Sat Sep 06 21:55:15 UTC 2025
      154.2K bytes
      Cache
     
  18. 32 Best Early Labor Day Sales 2025: Apple, REI,...

    What to Skip Best Labor Day Deals on Amazon Best Buy Labor Day...What to Skip Best Labor Day Deals on Amazon Best Buy Labor Day...
    www.nbcnews.com/select/shopping/best-early-labor-day-sales-2025-rcna227260
    Sun Aug 31 01:13:22 UTC 2025
      499.4K bytes
      Cache
     
  19. Version 0.14 — scikit-learn 1.7.1 documentation

    Testing scikit-learn with sklearn.test() is deprecated....feature_extraction.text.CountVectorizer and feature_extraction.text.TfidfVectorizer...
    scikit-learn.org/stable/whats_new/v0.14.html
    Fri Sep 05 11:59:57 UTC 2025
      64.7K bytes
      Cache
     
  20. decomposition.rst.txt

    ||X-UV||_{\text{Fro}}^2+\alpha||V||_{1,1} \\ \text{subject to...||X-UV||_{\text{Fro}}^2+\alpha||U||_{1,1} \\ \text{subject to...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Fri Sep 05 12:00:00 UTC 2025
      45.8K bytes
      6 views
     
  21. 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:15 UTC 2025
      113.1K bytes
      Cache
     
  22. Elastic AI Assistant for Observability and Sear...

    Test and save the inference pipeline...Assistant uses one of the following text embedding models to run semantic...
    www.elastic.co/docs/solutions/observability/observability-ai-assistant
    Sat Sep 06 23:37:28 UTC 2025
      351.7K bytes
      Cache
     
  23. 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
     
  24. OutsideSqlTestCommandPlugin (DBFlute Maven Plug...

    provides outside-sql-test goal to run outside-sql-test.[sh|bat]. 作成者:...
    dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/OutsideSqlTestCommandPlug...
    Tue Aug 12 02:41:09 UTC 2025
      14.8K bytes
      Cache
     
  25. Overview

    outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/index.html
    Tue Aug 12 02:41:09 UTC 2025
      10.4K bytes
      Cache
      Similar Results (1)
     
  26. Elasticsearch Guide [8.19] | Elastic

    Token graphs Configure text analysis Test an analyzer Configuring...structure API Find text structure API Test Grok pattern Transform...
    www.elastic.co/guide/en/elasticsearch/reference/8.19/index.html
    Fri Aug 29 08:51:32 UTC 2025
      196.7K bytes
      Cache
     
  27. Plot Ridge coefficients as a function of the re...

    regularization on training and test error Effect of model regularization...regularization on training and test error HuberRegressor vs Ridge...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html
    Sat Sep 06 21:55:17 UTC 2025
      91.7K bytes
      Cache
     
  28. ハンズオンセクション 8 | DBFlute

    引数の値で null は許されない 対応テストメソッド test_updateMemberChangedT_会員が更新されていること()...更新処理後、DB上のデータが更新されていることをアサート test_updateMemberChangedT_排他制御例外が発生すること()...
    dbflute.seasar.org/ja/tutorial/handson/section08.html
    Tue Aug 12 02:41:09 UTC 2025
      22.3K bytes
      1 views
      Cache
     
  29. Quantile regression — scikit-learn 1.7.1 docume...

    evaluation by looking at the test error obtained by cross-validation...."neg_mean_squared_error" ], ) print ( "Test error (cross-validated performance)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html
    Sat Sep 06 21:55:16 UTC 2025
      136.4K bytes
      Cache
     
  30. タイプセーフメール送信 (MailFlute) | LastaFlute

    subject to show test environment or not mail.subject.test.prefix = [Test]...[Test] # The common return path of all mail mail.return.path...
    dbflute.seasar.org/ja/lastaflute/howto/architecture/typesafemail.html
    Tue Aug 12 02:41:09 UTC 2025
      24.2K bytes
      Cache
     
  31. Getting started: Protect hosts with endpoint th...

    To test drive your first deployment,...(EICAR) provides anti malware test files. If your company policy...
    www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.19/getting-s...
    Tue Jul 29 14:26:57 UTC 2025
      29.3K bytes
      1 views
      Cache
     
  32. Improve business outcomes and observability wit...

    how to integrate synthetic tests into your existing GitOps workflows....solution The benefits of a global testing infrastructure Easy scripting...
    www.elastic.co/virtual-events/improve-business-outcomes-and-observability-with-synthetic-monitoring
    Sun Sep 07 00:58:39 UTC 2025
      428.9K bytes
      Cache
     
  33. ハンズオンセクション 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
     
  34. RadiusNeighborsClassifier — scikit-learn 1.7.1 ...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Sat Sep 06 21:55:15 UTC 2025
      152.2K bytes
      Cache
     
  35. sklearn.feature_selection — scikit-learn 1.7.1 ...

    pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Sat Sep 06 21:55:17 UTC 2025
      121.4K bytes
      Cache
     
  36. Caching nearest neighbors — scikit-learn 1.7.1 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Sat Sep 06 21:55:16 UTC 2025
      93.5K bytes
      Cache
     
  37. 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
     
  38. 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
     
  39. Roadmap — scikit-learn 1.7.1 documentation

    data by implementing a common test. An amputation sample generator...Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/roadmap.html
    Sat Sep 06 21:55:17 UTC 2025
      31.9K bytes
      Cache
     
  40. Early stopping in Gradient Boosting — scikit-le...

    y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Sat Sep 06 21:55:16 UTC 2025
      108.1K bytes
      Cache
     
  41. Version 0.19 — scikit-learn 1.7.1 documentation

    best_estimator_.transform() instead of self.best_estim...Oli Blum . Enhancements # Our test suite and utils.estimator_c...
    scikit-learn.org/stable/whats_new/v0.19.html
    Fri Sep 05 11:59:58 UTC 2025
      176.5K bytes
      Cache
     
  42. Part 19: CSV file crawl

    test1 2,title 2,test2 3,title 3,test3 4,title 4,test4 5,title...5,title 5,test5 6,title 6,test6 7,title 7,test7 8,title 8,test8 9,title...
    fess.codelibs.org/articles/19/document.html
    Sat Sep 06 07:14:47 UTC 2025
      24.8K bytes
      12 views
      Cache
     
  43. Regularization path of L1- Logistic Regression ...

    regularization on training and test error Effect of model regularization...regularization on training and test error MNIST classification using...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Sat Sep 06 21:55:16 UTC 2025
      97K bytes
      Cache
     
  44. Friends - IntelliJ | DBFlute

    project |-src/main/java |-src/test/java |- ... |- .idea | |-inspectionProfiles...project |-src/main/java |-src/test/java |- ... |- .idea | |-codeStyles...
    dbflute.seasar.org/ja/manual/topic/friends/intellij/index.html
    Tue Aug 12 02:41:09 UTC 2025
      35K bytes
      1 views
      Cache
     
  45. testimonials.rst.txt

    div:: sk-text-image-grid-large .. div:: text-box Scikit-learn..... div:: sk-text-image-grid-large .. div:: text-box Scikit-learn...
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Fri Sep 05 11:59:58 UTC 2025
      25.7K bytes
      4 views
     
  46. 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
     
  47. 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)
     
  48. grid_search.rst.txt

    have identified the best candidate. The best candidate is identified...`factor=2` candidates: the best candidate is the best out of these 2 candidates....
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Fri Aug 29 15:59:16 UTC 2025
      33.4K bytes
      2 views
     
  49. 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)
     
  50. 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
     
Back to top