Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 578 for tests (0.1 sec)

  1. Classifier comparison — scikit-learn 1.4.2 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Thu May 16 17:15:45 UTC 2024
      50.9K bytes
      Cache
     
  2. sklearn.neighbors.KNeighborsClassifier — scikit...

    probability estimates for the test data X. score (X, y[, sample_weight])...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu May 16 17:15:46 UTC 2024
      68.7K bytes
      Cache
     
  3. 5. Visualizations — scikit-learn 1.4.2 document...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...
    scikit-learn.org/stable/visualizations.html
    Thu May 16 17:15:46 UTC 2024
      28.2K bytes
      Cache
     
  4. 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/a...
    Mon Mar 18 15:47:33 UTC 2024
      22K bytes
      23 views
      Cache
     
  5. Elastic network drive connector reference | Ent...

    "Folder-shared/org/*/all-tests/test[135]" } ] Excluding files..."pattern": "Folder-shared/**/all-tests/test[!7]" } ] Content extraction...
    www.elastic.co/guide/en/enterprise-search/current/connectors-network-drive.html
    Thu May 09 14:03:31 UTC 2024
      48.8K bytes
      Cache
     
  6. 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
    Thu May 16 17:15:45 UTC 2024
      34.9K bytes
      Cache
     
  7. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Thu May 16 17:15:45 UTC 2024
      79K bytes
      Cache
     
  8. 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
    Thu May 16 17:15:46 UTC 2024
      39.2K bytes
      Cache
     
  9. sklearn.model_selection.RepeatedStratifiedKFold...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Thu May 16 17:15:47 UTC 2024
      31K bytes
      Cache
     
  10. 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
    Thu May 16 17:15:45 UTC 2024
      37.1K bytes
      Cache
     
Back to top