Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 936 for test (0.12 sec)

  1. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Fri May 24 12:15:00 UTC 2024
      65.4K bytes
      Cache
     
  2. Overview

    outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/
    Fri May 24 02:22:00 UTC 2024
      10.4K bytes
      Cache
      Similar Results (1)
     
  3. Examples — scikit-learn 1.6.dev0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/dev/auto_examples/index.html
    Fri May 24 12:15:00 UTC 2024
      251.5K bytes
      Cache
      Similar Results (1)
     
  4. SVC — scikit-learn 1.5.0 documentation

    cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Fri May 24 12:15:00 UTC 2024
      184.5K bytes
      Cache
     
  5. Feature Selection — scikit-learn 1.5.0 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Fri May 24 12:15:01 UTC 2024
      85.2K bytes
      Cache
     
  6. 6.3. Preprocessing data — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Fri May 24 12:15:01 UTC 2024
      205.2K bytes
      Cache
     
  7. FixedThresholdClassifier — scikit-learn 1.5.0 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Fri May 24 12:15:01 UTC 2024
      146.9K bytes
      Cache
     
  8. 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
    Fri May 24 12:15:01 UTC 2024
      148.7K bytes
      Cache
     
  9. 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
    Fri May 24 12:15:01 UTC 2024
      94.9K bytes
      Cache
     
  10. Putting it all together — scikit-learn 1.5.0 do...

    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/tutorial/statistical_inference/putting_together.html
    Fri May 24 12:15:00 UTC 2024
      60.4K bytes
      1 views
      Cache
     
Back to top