Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 1,345 for test (0.18 sec)

  1. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Mon Jun 30 13:50:27 UTC 2025
      105.2K bytes
      Cache
     
  2. Pipeline — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Mon Jun 30 13:50:27 UTC 2025
      187.9K bytes
      Cache
     
  3. Decision Tree Regression — scikit-learn 1.7.0 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Mon Jun 30 13:50:27 UTC 2025
      152.4K bytes
      Cache
     
  4. 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
    Mon Jun 30 13:50:27 UTC 2025
      108.5K bytes
      Cache
     
  5. 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
    Mon Jun 30 13:50:27 UTC 2025
      140.6K 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
    Mon Jun 30 13:50:29 UTC 2025
      106.2K bytes
      Cache
     
  7. 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
    Mon Jun 30 13:50:30 UTC 2025
      123.1K bytes
      Cache
     
  8. 1.7. Gaussian Processes — scikit-learn 1.7.0 do...

    = noise\_level \text{ if } x_i == x_j \text{ else } 0\] 1.7.4.2....probabilistic classification, where test predictions take the form of...
    scikit-learn.org/stable/modules/gaussian_process.html
    Mon Jun 30 13:50:27 UTC 2025
      84.5K bytes
      Cache
     
  9. 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
    Mon Jun 30 13:50:29 UTC 2025
      127.4K bytes
      Cache
     
  10. Tony Awards 2025 live updates: Cynthia Erivo ho...

    including best play, best direction of a play, best scenic design...Share Best lighting design of a play Jon Clark wins the best lighting...
    www.nbcnews.com/pop-culture/pop-culture-news/live-blog/tony-awards-2025-live-updates-rcna211077
    Mon Jun 09 01:04:24 UTC 2025
      1.2M bytes
      Cache
     
Back to top