Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 360 of 1,754 for test (0.16 sec)

  1. 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 23 10:23:18 UTC 2024
      57.5K bytes
      Cache
     
  2. Kernel PCA — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Tue May 28 11:51:34 UTC 2024
      107K bytes
      Cache
     
  3. PrecisionRecallDisplay — scikit-learn 1.5.0 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Tue May 28 11:51:32 UTC 2024
      153.3K bytes
      Cache
     
  4. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Tue May 28 11:51:33 UTC 2024
      121.8K bytes
      Cache
     
  5. gtm.js

    test(e)||po.test(e)||a.push("none");return...1"!==a[0]||!/^\d+$/.test(a[1])||!yp.test(a[2])?[]:a} function...
    www.googletagmanager.com/gtm.js
    Tue May 28 00:00:00 UTC 2024
      239K bytes
      1 views
     
  6. 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:31 UTC 2024
      44.4K bytes
      Cache
     
  7. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Tue May 28 11:51:32 UTC 2024
      96.2K bytes
      Cache
     
  8. Version 0.13 — scikit-learn 1.6.dev0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/dev/whats_new/v0.13.html
    Mon May 27 10:29:28 UTC 2024
      76.9K bytes
      Cache
      Similar Results (1)
     
  9. 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
    Tue May 28 11:51:33 UTC 2024
      97.3K bytes
      Cache
     
  10. Linear Regression Example — scikit-learn 1.5.0 ...

    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
    Tue May 28 11:51:34 UTC 2024
      89.2K bytes
      Cache
     
  11. 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
    Tue May 28 11:51:32 UTC 2024
      104.4K bytes
      Cache
     
  12. Elastic SharePoint Server connector reference |...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=sharepoint_server For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint.html
    Thu May 23 10:23:19 UTC 2024
      31.4K bytes
      Cache
     
  13. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Tue May 28 11:51:32 UTC 2024
      108K bytes
      Cache
     
  14. 1.13. Feature selection — scikit-learn 1.5.0 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Tue May 28 11:51:32 UTC 2024
      78.4K bytes
      Cache
     
  15. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Tue May 28 11:51:33 UTC 2024
      136.9K bytes
      Cache
     
  16. 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
    Tue May 28 11:51:33 UTC 2024
      101.6K bytes
      Cache
     
  17. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Tue May 28 11:51:34 UTC 2024
      121.7K bytes
      Cache
     
  18. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Tue May 28 11:51:33 UTC 2024
      97.5K bytes
      Cache
     
  19. plot_release_highlights_1_5_0.py

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...imator(classifier_05, X_test, y_test) # %% # Lowering the threshold,...
    scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py
    Tue May 28 11:51:34 UTC 2024
      8.3K bytes
     
  20. Getting Started — scikit-learn 1.5.0 documentation

    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/stable/getting_started.html
    Tue May 28 11:51:34 UTC 2024
      52.8K bytes
      Cache
      Similar Results (1)
     
Back to top