Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,675 for test (0.09 sec)

  1. 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
    Tue May 28 11:51:32 UTC 2024
      251.5K bytes
      Cache
      Similar Results (1)
     
  2. MultinomialNB — scikit-learn 1.5.0 documentation

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Tue May 28 11:51:32 UTC 2024
      157.9K bytes
      Cache
     
  3. 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
    Tue May 28 11:51:32 UTC 2024
      184.5K bytes
      Cache
     
  4. Contributing — scikit-learn 1.6.dev0 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/dev/developers/contributing.html
    Tue May 28 11:51:32 UTC 2024
      143.4K bytes
      Cache
     
  5. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Tue May 28 11:51:33 UTC 2024
      77.2K bytes
      Cache
     
  6. 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
    Tue May 28 11:51:32 UTC 2024
      146.9K bytes
      Cache
     
  7. Introducing Elastic Observability's New Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/blog/new-synthetic-monitoring-observability
    Wed May 29 00:56:30 UTC 2024
      430.4K bytes
      Cache
     
  8. TimeSeriesSplit — scikit-learn 1.5.0 documentation

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Tue May 28 11:51:32 UTC 2024
      134.4K bytes
      2 views
      Cache
     
  9. ShuffleSplit — scikit-learn 1.5.0 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Tue May 28 11:51:33 UTC 2024
      129.5K bytes
      Cache
     
  10. AdaBoostClassifier — scikit-learn 1.5.0 documen...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Tue May 28 11:51:34 UTC 2024
      166K bytes
      Cache
     
Back to top