Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 240 of 1,571 for test (0.15 sec)

  1. sklearn.utils.estimator_checks.check_estimator ...

    function will run an extensive test-suite for input validation,...own estimator . Additional tests for classifiers, regressors,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Thu May 09 23:01:25 UTC 2024
      18.7K bytes
      Cache
     
  2. Putting it all together — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Thu May 09 23:01:25 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  3. Confusion matrix — scikit-learn 1.4.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
    Thu May 09 23:01:25 UTC 2024
      26.4K bytes
      Cache
     
  4. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Thu May 09 23:01:25 UTC 2024
      50K bytes
      Cache
     
  5. Olympic Games 2024 countdown begins: Paris prep...

    Test your knowledge of Olympic sports...
    www.nbcnews.com/sports/olympics/olympic-games-2024-countdown-begins-paris-prepares-rcna145838
    Thu Apr 18 00:59:06 UTC 2024
      455.4K bytes
      Cache
     
  6. Elastic S3 connector reference | Enterprise Sea...

    Connector testing for more details. To execute a functional test for...Content extraction . End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-s3.html
    Thu May 09 14:03:31 UTC 2024
      50K bytes
      Cache
     
  7. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Thu May 09 23:01:25 UTC 2024
      115.7K bytes
      Cache
     
  8. Kernel PCA — scikit-learn 1.4.2 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
    Thu May 09 23:01:25 UTC 2024
      44.1K bytes
      Cache
     
  9. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Thu May 09 23:01:25 UTC 2024
      91.7K bytes
      Cache
     
  10. 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
    Thu May 09 23:01:25 UTC 2024
      66.7K bytes
      Cache
     
  11. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    the mean accuracy on the given test data and labels. score ( X ,...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Thu May 09 23:01:25 UTC 2024
      23.9K bytes
      Cache
     
  12. sklearn.datasets.fetch_rcv1 — scikit-learn 1.4....

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Thu May 09 23:01:25 UTC 2024
      19.9K bytes
      Cache
     
  13. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Thu May 09 23:01:25 UTC 2024
      118K bytes
      Cache
     
  14. sklearn.linear_model.ElasticNetCV — scikit-lear...

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Thu May 09 23:01:25 UTC 2024
      75.9K bytes
      Cache
     
  15. sklearn.datasets.fetch_lfw_pairs — scikit-learn...

    test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Thu May 09 23:01:25 UTC 2024
      20.4K bytes
      Cache
     
  16. Elastic Google Drive connector reference | Ente...

    Connector testing for more details. To perform E2E testing for the...command: make ftest NAME=google_drive For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-google-drive.html
    Thu May 09 14:03:31 UTC 2024
      51.4K bytes
      Cache
     
  17. 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
    Thu May 09 23:01:25 UTC 2024
      45K bytes
      Cache
     
  18. 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
    Thu May 09 23:01:25 UTC 2024
      27.1K bytes
      Cache
     
  19. 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
     
  20. 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
    Thu May 09 23:01:25 UTC 2024
      95K bytes
      Cache
     
Back to top