Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 1,305 for test (0.48 sec)

  1. BuzzFeed

    Citizenship Test Trivia Americans and immigrants...answering real U.S. citizenship test questions. See who knows more...
    www.buzzfeed.com/uk
    Thu Oct 09 00:22:55 UTC 2025
      883.8K bytes
      Cache
     
  2. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Fri Oct 10 15:14:33 UTC 2025
      102.8K bytes
      Cache
     
  3. feed.xml

    import { test, expect } from "@playwright/test"; test("homepage...import { test, expect } from "@playwright/test"; test("homepage...
    www.elastic.co/observability-labs/rss/feed.xml
    Mon Sep 22 23:30:08 UTC 2025
      2.5M bytes
      7 views
     
  4. 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 Oct 10 15:14:33 UTC 2025
      125.4K bytes
      Cache
     
  5. RandomForestClassifier — scikit-learn 1.7.2 doc...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Fri Oct 10 15:14:33 UTC 2025
      181.9K bytes
      Cache
     
  6. Version 0.13 — scikit-learn 1.7.2 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Tue Oct 07 17:07:16 UTC 2025
      72.2K bytes
      Cache
     
  7. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Fri Oct 10 15:14:33 UTC 2025
      115.1K bytes
      Cache
     
  8. TweedieRegressor — scikit-learn 1.7.2 documenta...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Fri Oct 10 15:14:35 UTC 2025
      141.6K bytes
      Cache
     
  9. 8.2. Real world datasets — scikit-learn 1.7.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Fri Oct 10 15:14:33 UTC 2025
      100.2K bytes
      Cache
     
  10. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Fri Oct 10 15:14:33 UTC 2025
      126.6K bytes
      Cache
     
Back to top