Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 200 of 1,865 for test (0.25 sec)

  1. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Fri Apr 26 16:41:51 UTC 2024
      39.5K bytes
      Cache
     
  2. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Fri Apr 26 16:41:51 UTC 2024
      48.8K bytes
      Cache
     
  3. Highlights: Senate rejects impeachment articles...

    don’t think the constitutional test has been met.” Romney wouldn’t...in a conviction, because the test of a high crime or misdemeanor...
    www.nbcnews.com/politics/congress/live-blog/senators-begin-dhs-secretary-mayorkas-impeachment-tri...
    Thu Apr 18 00:55:15 UTC 2024
      1.3M bytes
      Cache
     
  4. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Fri Apr 26 16:41:50 UTC 2024
      37.3K bytes
      Cache
     
  5. sklearn.covariance.GraphicalLassoCV — scikit-le...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Fri Apr 26 16:41:50 UTC 2024
      56.1K bytes
      Cache
     
  6. App Review Guidelines - Apple Developer

    really trying our best to create the best platform in the world...Improvements . Make sure you: Test your app for crashes and bugs...
    developer.apple.com/app-store/review/guidelines/
    Sat Apr 06 01:14:15 UTC 2024
      161.1K bytes
      Cache
     
  7. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Fri Apr 26 16:41:50 UTC 2024
      1.6M bytes
      3 views
     
  8. Balance model complexity and cross-validated sc...

    deviation of the best `mean_test_score`. """ best_score_idx = np...][ best_score_idx ] - cv_results [ "std_test_score" ][ best_score_idx...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Fri Apr 26 16:41:50 UTC 2024
      37K bytes
      Cache
     
  9. Gradient Boosting regression — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Fri Apr 26 16:41:51 UTC 2024
      44.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 Apr 26 16:41:51 UTC 2024
      52.4K bytes
      Cache
     
  11. gtm.js

    type="text/javascript";n.id=h.id;n.text=h.text||h.textCo...e=window.document.location.hostname;io.test(e)||ho.test(e)||a.push("none");return...
    www.googletagmanager.com/gtm.js
    Sat Apr 27 00:00:00 UTC 2024
      229.7K bytes
      1 views
     
  12. sklearn.gaussian_process.GaussianProcessClassif...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Fri Apr 26 16:41:50 UTC 2024
      59.6K bytes
      Cache
     
  13. 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
    Fri Apr 26 16:41:51 UTC 2024
      50K bytes
      Cache
     
  14. 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
    Fri Apr 26 16:41:51 UTC 2024
      61.3K bytes
      Cache
     
  15. GMM covariances — scikit-learn 1.4.2 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 Apr 26 16:41:50 UTC 2024
      45.5K bytes
      Cache
     
  16. 23andMe CEO Anne Wojcicki Considers Taking Comp...

    proposal to take the genetic testing company private after its stock...that, and they'll never get a test. Unless they have some new market...
    slashdot.org/story/24/04/19/2031224/23andme-ceo-anne-wojcicki-considers-taking-company-private
    Sat Apr 20 01:11:51 UTC 2024
      106.2K bytes
      Cache
     
  17. 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
    Fri Apr 26 16:41:51 UTC 2024
      115.7K bytes
      Cache
     
  18. 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
    Fri Apr 26 16:41:51 UTC 2024
      44.1K bytes
      Cache
     
  19. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      10K bytes
     
  20. 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
    Fri Apr 26 16:41:51 UTC 2024
      41K bytes
      Cache
     
Back to top