Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 280 of 859 for test (0.26 sec)

  1. 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
    Tue May 14 20:49:03 UTC 2024
      35.2K bytes
      Cache
     
  2. 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
    Tue May 14 20:49:02 UTC 2024
      28.2K bytes
      Cache
     
  3. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...( X_test ) One-vs-Rest multiclass ROC The One-vs-the-Rest (OvR)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Tue May 14 20:49:02 UTC 2024
      85.1K bytes
      Cache
     
  4. Elastic Microsoft SQL connector reference | Ent...

    Connector testing for more details. To perform E2E testing for the...command: make ftest NAME=mssql For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-ms-sql.html
    Thu May 09 14:03:31 UTC 2024
      59.7K bytes
      Cache
     
  5. sklearn.neighbors.NeighborhoodComponentsAnalysi...

    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 May 14 20:49:01 UTC 2024
      55.6K bytes
      Cache
     
  6. 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 May 09 14:03:11 UTC 2024
      34.2K bytes
      Cache
     
  7. Elasticsearch Resiliency Status | Elastic

    designed to test distributed systems. It is not a single test and is...writes to our testing framework. As the Jepsen tests evolve, we...
    www.elastic.co/guide/en/elasticsearch/resilienc...
    Mon Dec 11 22:11:20 UTC 2023
      85.9K bytes
      Cache
     
  8. 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
    Tue May 14 20:49:02 UTC 2024
      37.1K bytes
      Cache
     
  9. sklearn.naive_bayes.CategoricalNB — scikit-lear...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Tue May 14 20:49:03 UTC 2024
      66.7K bytes
      Cache
     
  10. 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
     
  11. sklearn.feature_selection.SelectFpr — scikit-le...

    a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Tue May 14 20:49:03 UTC 2024
      45.7K bytes
      Cache
     
  12. sklearn.semi_supervised.LabelPropagation — scik...

    the mean accuracy on the given test data and labels. set_params...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Tue May 14 20:49:02 UTC 2024
      43.5K bytes
      Cache
     
  13. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Tue May 14 20:49:02 UTC 2024
      95K bytes
      Cache
     
  14. Elastic ServiceNow connector reference | Enterp...

    atf_test_designer , atf_test_admin Knowledge admin...sn_request_read , asset , atf_test_designer , atf_test_admin Knowledge admin...
    www.elastic.co/guide/en/enterprise-search/current/connectors-servicenow.html
    Thu May 09 14:03:31 UTC 2024
      57.5K bytes
      Cache
     
  15. RBF SVM parameters — scikit-learn 1.4.2 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Tue May 14 20:49:02 UTC 2024
      54.9K bytes
      Cache
     
  16. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Tue May 14 20:49:03 UTC 2024
      48.4K bytes
      1 views
      Cache
     
  17. Elastic SharePoint Online connector reference |...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=sharepoint_online For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint-online.html
    Thu May 09 14:03:31 UTC 2024
      87.6K bytes
      Cache
     
  18. sklearn.calibration.CalibrationDisplay — scikit...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Tue May 14 20:49:02 UTC 2024
      50.6K bytes
      Cache
     
  19. Quick start | Elasticsearch Guide [8.13] | Elastic

    you prefer to manage your own test environment, install and run...start, which makes sense for testing and development. Refer to Install...
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
    Thu May 09 14:03:31 UTC 2024
      45.4K bytes
      Cache
     
  20. Elastic Azure Blob Storage connector reference ...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=azure_blob_storage For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-azure-blob.html
    Thu May 09 14:03:11 UTC 2024
      44.4K bytes
      Cache
     
Back to top