Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 521 - 540 of 1,271 for test (1.19 sec)

  1. 1.9. Naive Bayes — scikit-learn 1.7.2 documenta...

    X_test , y_train , y_test = train_test_split ( X ,...: %d " ... % ( X_test . shape [ 0 ], ( y_test != y_pred ) . sum...
    scikit-learn.org/stable/modules/naive_bayes.html
    Wed Nov 05 14:36:35 UTC 2025
      56.6K bytes
      Cache
     
  2. NuSVC — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:36 UTC 2025
      151.8K bytes
      Cache
     
  3. MultiTaskElasticNetCV — scikit-learn 1.7.2 docu...

    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.MultiTaskElasticNetCV.html
    Wed Nov 05 14:36:35 UTC 2025
      163.5K bytes
      Cache
     
  4. Glossary of Common Terms and API Elements — sci...

    common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/glossary.html
    Wed Nov 05 14:36:32 UTC 2025
      212.1K bytes
      Cache
     
  5. OrdinalEncoder — scikit-learn 1.7.2 documentation

    fit ( X_train ) >>> X_test = np . array ([[ "a" ], [ "b"...object ) >>> enc . transform ( X_test ) array([[2.], [0.], [1.], [2.],...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Wed Nov 05 14:36:32 UTC 2025
      149.4K bytes
      Cache
     
  6. BuzzFeed Video

    Eye Ladylike Lady tested, lady approved. Eye Made By...Bogus Beauty PLAY 12:10 Watch I Tested Custom Glass Slippers Like...
    www.buzzfeed.com/videos
    Wed Oct 15 00:01:55 UTC 2025
      486.3K bytes
      1 views
      Cache
     
  7. RegressorChain — scikit-learn 1.7.2 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Wed Nov 05 14:36:33 UTC 2025
      133.7K bytes
      Cache
     
  8. IsolationForest example — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:35 UTC 2025
      125.9K bytes
      Cache
     
  9. DensityMixin — scikit-learn 1.7.2 documentation

    n_features) Test samples. y Ignored Not used,...
    scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html
    Wed Nov 05 14:36:32 UTC 2025
      107.6K bytes
      Cache
     
  10. CategoricalNB — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:32 UTC 2025
      151.9K bytes
      Cache
     
  11. parametrize_with_checks — scikit-learn 1.7.2 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....
    Wed Nov 05 14:36:33 UTC 2025
      113.1K bytes
      Cache
     
  12. 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
    Mon Sep 15 10:51:18 UTC 2025
      10.4K bytes
      Cache
      Similar Results (1)
     
  13. dbflute-maven-plugin - dbflute:doc

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/doc-mojo.html
    Mon Sep 15 10:51:18 UTC 2025
      10K bytes
      Cache
      Similar Results (2)
     
  14. check_increasing — scikit-learn 1.7.2 documenta...

    based on a Spearman correlation test. Parameters : x array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Wed Nov 05 14:36:32 UTC 2025
      107.2K bytes
      Cache
     
  15. Coding Policy of Hands-on | DBFlute

    * DBFlute Hands-on Section 2 Test Class * @author jflute */ public...MemberBhv memberBhv ; public void test_demo() throws Exception { //...
    dbflute.seasar.org/tutorial/handson/review/codingpolicy.html
    Mon Sep 15 10:51:19 UTC 2025
      19.3K bytes
      Cache
     
  16. 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
    Wed Nov 05 14:36:32 UTC 2025
      91.7K bytes
      Cache
     
  17. HTTP json metricset | Metricbeat Reference [8.1...

    test", "duration": 115000, "module":..."module": "http" }, "http": { "test": { "hello": "world" } }, "metricset":...
    www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-http-json.html
    Mon Oct 20 16:31:37 UTC 2025
      17.4K bytes
      Cache
     
  18. sklearn.feature_selection — scikit-learn 1.7.2 ...

    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
    Wed Nov 05 14:36:33 UTC 2025
      121.4K bytes
      Cache
     
  19. 3. Model selection and evaluation — scikit-lear...

    Permutation test score 3.2. Tuning the hyper-parameters...
    scikit-learn.org/stable/model_selection.html
    Wed Nov 05 14:36:32 UTC 2025
      34.4K bytes
      Cache
     
  20. ハンズオンセクション 11 | DBFlute

    その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section11.html
    Mon Sep 15 10:51:18 UTC 2025
      19.7K bytes
      1 views
      Cache
     
Back to top