Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 440 for test (0.18 sec)

  1. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Fri Sep 20 10:21:47 UTC 2024
      92K bytes
      Cache
     
  2. Google Cloud Storage Connector | Enterprise Sea...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=google_cloud_storage For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-google-cloud.html
    Thu Sep 05 19:06:22 UTC 2024
      35.8K bytes
      Cache
     
  3. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Fri Sep 20 10:21:47 UTC 2024
      94.1K 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/actiondeftest.html
    Tue Sep 17 12:05:05 UTC 2024
      22K bytes
      28 views
      Cache
     
  5. 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
     
  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 Sep 20 10:21:48 UTC 2024
      96.7K bytes
      Cache
     
  7. Linear Regression Example — scikit-learn 1.5.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Fri Sep 20 10:21:47 UTC 2024
      86.3K bytes
      Cache
     
  8. Confusion matrix — scikit-learn 1.5.2 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Fri Sep 20 10:21:47 UTC 2024
      84.9K bytes
      Cache
     
  9. Developer’s Guide — scikit-learn 1.6.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Fri Sep 20 10:21:47 UTC 2024
      41.6K bytes
      Cache
     
  10. UTFluteのセットアップ | DBFlute

    @Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...
    dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html
    Tue Sep 17 12:05:05 UTC 2024
      23.5K bytes
      1 views
      Cache
     
Back to top