Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 230 of 1,160 for test (0.12 sec)

  1. 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
    Wed May 22 15:20:05 UTC 2024
      153.6K bytes
      Cache
     
  2. MultiTaskLasso — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Wed May 22 15:20:08 UTC 2024
      165.2K bytes
      Cache
     
  3. 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
    Wed May 22 15:20:10 UTC 2024
      177K 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
    Wed May 22 15:20:10 UTC 2024
      112.4K bytes
      Cache
     
  5. 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
    Wed May 22 15:20:05 UTC 2024
      107K bytes
      Cache
     
  6. 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
    Wed May 22 15:20:10 UTC 2024
      104.4K bytes
      Cache
     
  7. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Wed May 22 15:20:10 UTC 2024
      124K bytes
      Cache
     
  8. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Wed May 22 15:20:05 UTC 2024
      125.7K bytes
      Cache
     
  9. gtm.js

    type="text/javascript";n.id=h.id;n.text=h.text||h.textCo...e=window.document.location.hostname;oo.test(e)||no.test(e)||a.push("none");return...
    www.googletagmanager.com/gtm.js
    Sun May 19 00:00:00 UTC 2024
      235.3K bytes
      1 views
     
  10. 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
    Wed May 22 15:20:05 UTC 2024
      108K bytes
      Cache
     
Back to top