Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 847 for tests (0.1 sec)

  1. 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
     
  2. Classifier comparison — scikit-learn 1.4.2 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
    Tue Apr 30 16:14:29 UTC 2024
      50.9K bytes
      Cache
     
  3. sklearn.model_selection.RepeatedStratifiedKFold...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Tue Apr 30 16:14:28 UTC 2024
      31K bytes
      Cache
     
  4. 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
    Tue Apr 30 16:14:28 UTC 2024
      49.4K bytes
      Cache
     
  5. 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
    Tue Apr 30 16:14:29 UTC 2024
      52.4K bytes
      Cache
     
  6. Elasticsearch Resiliency Status | Elastic

    designed to test distributed systems. It is not a single test and is...writes to our testing framework. As the Jepsen tests evolve, we...
    www.elastic.co/guide/en/elasticsearch/resilienc...
    Mon Dec 11 22:11:20 UTC 2023
      85.9K bytes
      Cache
     
  7. Balance model complexity and cross-validated sc...

    "mean_test_score" ]) return ( cv_results [ "mean_test_score"...nts" ] test_scores = grid . cv_results_ [ "mean_test_score" ]...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Tue Apr 30 16:14:29 UTC 2024
      37K bytes
      Cache
     
  8. Non-negative least squares — scikit-learn 1.4.2...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Tue Apr 30 16:14:28 UTC 2024
      30.6K bytes
      Cache
     
  9. sklearn.metrics.class_likelihood_ratios — sciki...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Tue Apr 30 16:14:28 UTC 2024
      28.7K bytes
      Cache
     
  10. Feature discretization — scikit-learn 1.4.2 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Tue Apr 30 16:14:28 UTC 2024
      65.4K bytes
      Cache
     
Back to top