Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 844 for test (0.09 sec)

  1. Train error vs Test error — scikit-learn 1.5.0 ...

    X_test , y_train , y_test = train_test_split ( X ,...)) test_errors . append ( enet . score ( X_test , y_test )) i_alpha_optim...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Mon Jun 03 12:46:39 UTC 2024
      98.1K bytes
      1 views
      Cache
     
  2. Test with permutations the significance of a cl...

    Permutation test score # Next, we calculate the permutation_test_score...Back to top Ctrl + K GitHub Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Mon Jun 03 12:46:39 UTC 2024
      99.7K bytes
      Cache
     
  3. train_test_split — scikit-learn 1.5.0 documenta...

    X_test , y_train , y_test = train_test_split ( ......train_test_split # sklearn.model_selection. train_test_split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon Jun 03 12:46:39 UTC 2024
      158K bytes
      Cache
     
  4. Lawyers Share How Absentminded Clients Tested T...

    cursor-pointer"> <svg class="w-10 h-10 text-white pointer-events-none" ...cursor-pointer"> <svg class="w-10 h-10 text-white pointer-events-none" ...
    digg.com/internet-culture/link/dumb-thing-lawyers-clients-have-done-reddit-roundup
    Tue Jun 04 01:20:18 UTC 2024
      145.6K bytes
      Cache
     
  5. Comparison of F-test and mutual information — s...

    univariate F-tests statistics and mutual information. As F-test captures...( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np . max...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Mon Jun 03 12:46:40 UTC 2024
      91.4K bytes
      Cache
     
  6. Model Selection — scikit-learn 1.5.0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Mon Jun 03 12:46:39 UTC 2024
      94.9K bytes
      Cache
     
  7. ValidationCurveDisplay — scikit-learn 1.5.0 doc...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Mon Jun 03 12:46:40 UTC 2024
      148.7K bytes
      Cache
     
  8. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Jun 03 12:46:40 UTC 2024
      165K bytes
      Cache
     
  9. NearestCentroid — scikit-learn 1.5.0 documentation

    with test samples classified to the class...classification on an array of test vectors X . The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Jun 03 12:46:40 UTC 2024
      135.7K bytes
      Cache
     
  10. StratifiedKFold — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon Jun 03 12:46:39 UTC 2024
      129.9K bytes
      Cache
     
Back to top