Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 1,721 for test (0.11 sec)

  1. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon May 20 18:34:25 UTC 2024
      7.7K bytes
     
  2. 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 31 14:06:07 UTC 2024
      184.5K bytes
      Cache
     
  3. RepeatedKFold — scikit-learn 1.5.0 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Fri May 31 14:06:04 UTC 2024
      125K bytes
      Cache
     
  4. learning_curve — scikit-learn 1.5.0 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Fri May 31 14:06:04 UTC 2024
      128.3K bytes
      Cache
     
  5. 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 31 14:06:06 UTC 2024
      146.9K bytes
      Cache
     
  6. LogisticRegressionCV — scikit-learn 1.5.0 docum...

    scoring option on the given test data and labels. Parameters...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Fri May 31 14:06:04 UTC 2024
      172.2K bytes
      Cache
     
  7. AIOps with the Elastic Observability platform |...

    test, and deploy your own. Automatically...
    www.elastic.co/observability/aiops
    Sat Jun 01 00:06:20 UTC 2024
      490.5K bytes
      Cache
     
  8. f_regression — scikit-learn 1.5.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Fri May 31 14:06:07 UTC 2024
      124.2K bytes
      Cache
     
  9. 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 31 14:06:04 UTC 2024
      205.2K bytes
      Cache
     
  10. 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 30 15:22:07 UTC 2024
      118.2K bytes
      Cache
     
Back to top