Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 626 for test (0.1 sec)

  1. 3.4. Metrics and scoring: quantifying the quali...

    (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...
    scikit-learn.org/stable/modules/model_evaluation.html
    Thu May 23 20:54:14 UTC 2024
      398.7K bytes
      Cache
      Similar Results (1)
     
  2. SequentialFeatureSelector — scikit-learn 1.5.0 ...

    evaluate the predictions on the test set. NOTE that when using a...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Thu May 23 20:54:14 UTC 2024
      146.5K bytes
      Cache
     
  3. GraphicalLassoCV — scikit-learn 1.5.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Thu May 23 20:54:14 UTC 2024
      150.5K bytes
      Cache
     
  4. fetch_species_distributions — scikit-learn 1.5....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Thu May 23 20:54:15 UTC 2024
      118.2K bytes
      Cache
     
  5. 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
    Thu May 23 20:54:13 UTC 2024
      251.5K bytes
      Cache
      Similar Results (1)
     
  6. 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
    Thu May 23 20:54:14 UTC 2024
      184.5K bytes
      Cache
     
  7. Contributing — scikit-learn 1.6.dev0 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...path/to/tests_for_package see also Testing and improving test coverage...
    scikit-learn.org/dev/developers/contributing.html
    Thu May 23 20:54:13 UTC 2024
      143.4K bytes
      Cache
     
  8. 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
    Thu May 23 20:54:15 UTC 2024
      146.9K bytes
      Cache
     
  9. ElasticNet — scikit-learn 1.5.0 documentation

    Train error vs Test error Train error vs Test error Fitting an...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Thu May 23 20:54:14 UTC 2024
      174.5K bytes
      Cache
     
  10. 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
    Thu May 23 20:54:15 UTC 2024
      205.2K bytes
      Cache
     
Back to top