Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 925 for tests (0.11 sec)

  1. feature_selection.rst.txt

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Thu Jan 30 15:38:19 UTC 2025
      14.5K bytes
      2 views
     
  2. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Tue Feb 04 08:40:43 UTC 2025
      143.3K bytes
      Cache
     
  3. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    for training n_test = 200 # samples for testing n_averages = 50...) X , y = generate_data ( n_test , n_features ) score_clf1 +=...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Tue Feb 04 08:40:42 UTC 2025
      99.5K bytes
      Cache
     
  4. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Tue Nov 12 15:10:59 UTC 2024
      12.7K bytes
      Cache
     
  5. Baba Entertainment uses Elastic for gaming data...

    Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...
    www.elastic.co/customer/baba-entertainment
    Tue Jan 28 00:40:20 UTC 2025
      403.2K bytes
      Cache
     
  6. plot_release_highlights_1_6_0.rst.txt

    - Many tests in the common test suite are updated...the `_xfail_checks` tag and tests which are expected to fail are...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_6_0.r...
    Thu Jan 30 15:38:19 UTC 2025
      11.7K bytes
     
  7. GridSearchCV — scikit-learn 1.6.1 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Tue Feb 04 08:40:43 UTC 2025
      187K bytes
      Cache
     
  8. java-editor-templates.xml

    test_junit4 Test @${testType:newType(org.junit.Test)} public...false test method true org.eclipse.jdt.ui.templates.test test...
    dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml
    Tue Nov 12 15:10:58 UTC 2024
      50.4K bytes
      1 views
     
  9. SelectFpr — scikit-learn 1.6.1 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Tue Feb 04 08:40:45 UTC 2025
      133.1K bytes
      Cache
     
  10. SVM Exercise — scikit-learn 1.6.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Wed Jan 08 22:20:57 UTC 2025
      96K bytes
      Cache
     
Back to top