Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 340 of 1,747 for test (0.14 sec)

  1. 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
    Fri May 24 02:22:00 UTC 2024
      22K bytes
      23 views
      Cache
     
  2. 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
    Fri May 31 14:06:06 UTC 2024
      125.1K bytes
      Cache
     
  3. Elastic Microsoft Teams connector reference | E...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=microsoft_teams For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-teams.html
    Thu May 23 10:23:19 UTC 2024
      35.2K bytes
      Cache
     
  4. Elastic Box connector reference | Enterprise Se...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=box For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-box.html
    Thu May 09 14:03:31 UTC 2024
      34.6K bytes
      Cache
     
  5. Logistic function — scikit-learn 1.5.0 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
    Fri May 31 14:06:06 UTC 2024
      94.8K bytes
      Cache
     
  6. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Fri May 31 14:06:06 UTC 2024
      99.6K bytes
      Cache
     
  7. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Fri May 31 14:06:04 UTC 2024
      150.9K bytes
      Cache
     
  8. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Fri May 31 14:06:06 UTC 2024
      121.9K bytes
      Cache
     
  9. Getting Started — scikit-learn 1.6.dev0 documen...

    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/dev/getting_started.html
    Fri May 31 14:06:06 UTC 2024
      49.4K bytes
      Cache
      Similar Results (1)
     
  10. Cross-validation on diabetes Dataset Exercise —...

    score ( X [ test ], y [ test ]) ) ) print () print...Train error vs Test error Train error vs Test error Lasso model...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Fri May 31 14:06:06 UTC 2024
      99.8K bytes
      Cache
     
  11. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section12.html
    Fri May 24 02:22:00 UTC 2024
      12.7K bytes
      Cache
     
  12. Elastic Jira connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=jira For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-jira.html
    Thu May 09 14:03:31 UTC 2024
      60.3K bytes
      Cache
     
  13. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Fri May 31 14:06:06 UTC 2024
      154K bytes
      Cache
     
  14. Version 0.18 — scikit-learn 1.6.dev0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/dev/whats_new/v0.18.html
    Fri May 31 14:06:03 UTC 2024
      135.7K bytes
      Cache
      Similar Results (1)
     
  15. f_regression — scikit-learn 1.5.0 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
    Fri May 31 14:06:07 UTC 2024
      124.2K bytes
      Cache
     
  16. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Fri May 31 14:06:06 UTC 2024
      95.7K bytes
      Cache
     
  17. 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
    Fri May 31 14:06:06 UTC 2024
      122.6K bytes
      Cache
     
  18. ExtraTreeRegressor — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Fri May 31 14:06:07 UTC 2024
      175.3K bytes
      Cache
     
  19. 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/dev/glossary.html
    Fri May 31 14:06:06 UTC 2024
      214.2K bytes
      Cache
      Similar Results (1)
     
  20. Contributing — scikit-learn 1.5.0 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...path/to/tests_for_package see also Testing and improving test coverage...
    scikit-learn.org/stable/developers/contributing.html
    Fri May 31 14:06:06 UTC 2024
      141.2K bytes
      Cache
     
Back to top