Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 869 for test (0.15 sec)

  1. sklearn.multiclass.OutputCodeClassifier — sciki...

    the mean accuracy on the given test data and labels. set_params...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Wed Apr 17 16:39:24 UTC 2024
      44.6K bytes
      Cache
     
  2. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Wed Apr 17 16:39:24 UTC 2024
      56.8K bytes
      Cache
     
  3. sklearn.svm.SVC — scikit-learn 1.4.2 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
    Wed Apr 17 16:39:22 UTC 2024
      92.1K bytes
      Cache
     
  4. 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
    Wed Apr 17 16:39:24 UTC 2024
      137.1K bytes
      Cache
     
  5. sklearn.neighbors.KNeighborsClassifier — scikit...

    probability estimates for the test data X. score (X, y[, sample_weight])...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Wed Apr 17 16:39:22 UTC 2024
      68.7K bytes
      Cache
     
  6. sklearn.model_selection.StratifiedKFold — sciki...

    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
    Wed Apr 17 16:39:24 UTC 2024
      34.9K bytes
      Cache
     
  7. sklearn.model_selection.RepeatedKFold — scikit-...

    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
    Wed Apr 17 16:39:24 UTC 2024
      30.1K bytes
      Cache
     
  8. sklearn.ensemble.AdaBoostClassifier — scikit-le...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Wed Apr 17 16:39:24 UTC 2024
      74K bytes
      Cache
     
  9. 6.3. Preprocessing data — scikit-learn 1.4.2 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
    Wed Apr 17 16:39:24 UTC 2024
      170.5K bytes
      Cache
     
  10. sklearn.calibration.CalibratedClassifierCV — sc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Wed Apr 17 16:39:22 UTC 2024
      64.8K bytes
      Cache
     
  11. sklearn.datasets.fetch_20newsgroups_vectorized ...

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Wed Apr 17 16:39:24 UTC 2024
      26.1K bytes
      Cache
     
  12. sklearn.model_selection.learning_curve — scikit...

    ( 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
    Wed Apr 17 16:39:24 UTC 2024
      32.2K bytes
      Cache
     
  13. sklearn.datasets.fetch_20newsgroups — scikit-le...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Wed Apr 17 16:39:24 UTC 2024
      26K bytes
      Cache
     
  14. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    the mean accuracy on the given test data and labels. score ( X ,...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Wed Apr 17 16:39:22 UTC 2024
      23.9K bytes
      Cache
     
  15. sklearn.feature_selection.f_regression — scikit...

    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
    Wed Apr 17 16:39:24 UTC 2024
      28.2K bytes
      Cache
     
  16. Paris Olympics in photos: A visual journey from...

    leg of the women's triathlon test event for the 2024 Olympics...start of the women's triathlon test event for the 2024 Olympics...
    www.nbcnews.com/sports/olympics/paris-olympics-photos-a-visual-journey-rcna145839
    Thu Apr 18 01:00:29 UTC 2024
      262.5K bytes
      Cache
     
  17. sklearn.multiclass.OneVsOneClassifier — scikit-...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Wed Apr 17 16:39:24 UTC 2024
      56.8K bytes
      Cache
     
  18. sklearn.naive_bayes.GaussianNB — scikit-learn 1...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Wed Apr 17 16:39:24 UTC 2024
      69.3K bytes
      Cache
     
  19. sklearn.naive_bayes.BernoulliNB — scikit-learn ...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Wed Apr 17 16:39:24 UTC 2024
      66.8K bytes
      Cache
     
  20. 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
    Wed Apr 17 16:39:24 UTC 2024
      62K bytes
      Cache
     
Back to top