Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 912 for tests (0.09 sec)

  1. NearestCentroid — scikit-learn 1.5.2 documentation

    with test samples classified to the class...classification on an array of test vectors X . The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Sep 20 10:21:48 UTC 2024
      129.3K bytes
      Cache
     
  2. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Fri Sep 20 10:21:50 UTC 2024
      100.7K bytes
      Cache
     
  3. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Fri Sep 20 10:21:47 UTC 2024
      110.9K bytes
      Cache
     
  4. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Fri Sep 20 10:21:50 UTC 2024
      101.4K bytes
      Cache
     
  5. 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
    Tue Sep 17 12:05:05 UTC 2024
      22K bytes
      28 views
      Cache
     
  6. 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 Sep 05 19:06:22 UTC 2024
      50.6K 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
    Fri Sep 20 10:21:47 UTC 2024
      138.5K bytes
      Cache
     
  8. 5. Visualizations — scikit-learn 1.5.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
    Fri Sep 20 10:21:48 UTC 2024
      44K bytes
      Cache
     
  9. AdaBoostClassifier — scikit-learn 1.5.2 documen...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Fri Sep 20 10:21:48 UTC 2024
      160.2K 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
    Fri Sep 20 10:21:48 UTC 2024
      96.7K bytes
      Cache
     
Back to top