Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 504 for tests (0.1 sec)

  1. ShrunkCovariance — scikit-learn 1.5.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Fri Jun 07 19:49:37 UTC 2024
      142.1K bytes
      Cache
     
  2. MultinomialNB — scikit-learn 1.5.0 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Fri Jun 07 19:49:37 UTC 2024
      157.9K bytes
      Cache
     
  3. GMM covariances — scikit-learn 1.5.0 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Fri Jun 07 19:49:37 UTC 2024
      108.1K bytes
      Cache
     
  4. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Fri Jun 07 19:49:38 UTC 2024
      101.2K bytes
      Cache
     
  5. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Fri Jun 07 19:49:36 UTC 2024
      111.4K bytes
      Cache
     
  6. Classifier comparison — scikit-learn 1.5.0 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Fri Jun 07 19:49:36 UTC 2024
      113.4K bytes
      Cache
     
  7. Slashdot | LinkedIn

    single hottest source of peer-tested news content and discussion,...wheel-free Zoox vehicles being tested in San Francisco, Seattle,...
    www.linkedin.com/company/slashdot
    Sun May 26 01:15:15 UTC 2024
      219.6K bytes
      Cache
     
  8. Principal Component Regression vs Partial Least...

    X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Fri Jun 07 19:49:38 UTC 2024
      112.2K bytes
      Cache
     
  9. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Fri Jun 07 19:49:38 UTC 2024
      119.6K bytes
      Cache
     
  10. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Fri Jun 07 19:49:38 UTC 2024
      115K bytes
      Cache
     
Back to top