Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 240 of 865 for test (0.31 sec)

  1. 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
    Wed May 08 07:10:45 UTC 2024
      95K bytes
      Cache
     
  2. Linear Regression Example — scikit-learn 1.4.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
    Wed May 08 07:10:46 UTC 2024
      27.1K bytes
      Cache
     
  3. 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
    Wed May 08 07:10:46 UTC 2024
      73.8K bytes
      Cache
     
  4. 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
     
  5. 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
    Wed May 08 07:10:46 UTC 2024
      35.2K bytes
      Cache
     
  6. 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
    Wed May 08 07:10:45 UTC 2024
      48.4K bytes
      1 views
      Cache
     
  7. 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
    Wed May 08 07:10:45 UTC 2024
      50.6K bytes
      Cache
     
  8. 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
     
  9. 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
     
  10. sklearn.metrics.PrecisionRecallDisplay — scikit...

    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
    Wed May 08 07:10:46 UTC 2024
      59K bytes
      Cache
     
  11. 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
     
  12. Cross-validation on diabetes Dataset Exercise —...

    regularization Nested versus non-nested cross-validation Nested versus...lasso_cv . score ( X [ test ], y [ test ]) ) ) print () print...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Wed May 08 07:10:46 UTC 2024
      36.8K bytes
      Cache
     
  13. 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
    Wed May 08 07:10:45 UTC 2024
      85.1K bytes
      Cache
     
  14. 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
    Wed May 08 07:10:45 UTC 2024
      59K bytes
      Cache
     
  15. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Wed May 08 07:10:46 UTC 2024
      61.3K bytes
      Cache
     
  16. Comparison of kernel ridge regression and SVR —...

    train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Wed May 08 07:10:46 UTC 2024
      59.7K bytes
      Cache
     
  17. 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
    Wed May 08 07:10:45 UTC 2024
      55.6K bytes
      Cache
     
  18. 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 09 14:03:11 UTC 2024
      31.4K bytes
      Cache
     
  19. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Wed May 08 07:10:46 UTC 2024
      90.1K bytes
      Cache
     
  20. 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
    Wed May 08 07:10:46 UTC 2024
      33.6K bytes
      Cache
     
Back to top