Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 1,732 for test (0.06 sec)

  1. plot_classifier_comparison.py

    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/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Fri May 03 17:04:25 UTC 2024
      4.9K bytes
      1 views
     
  2. sklearn.naive_bayes.ComplementNB — 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.ComplementNB.html
    Sat May 04 16:42:14 UTC 2024
      67.8K bytes
      Cache
     
  3. sklearn.metrics.class_likelihood_ratios — sciki...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Sat May 04 16:42:14 UTC 2024
      28.7K bytes
      Cache
     
  4. 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
    Sat May 04 16:42:14 UTC 2024
      68.7K bytes
      Cache
     
  5. plot_multi_metric_evaluation.py

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Sat May 04 16:42:14 UTC 2024
      3.6K bytes
     
  6. 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
    Sat May 04 16:42:14 UTC 2024
      44.6K bytes
      Cache
     
  7. sklearn.model_selection.GroupKFold — scikit-lea...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Sat May 04 16:42:14 UTC 2024
      36.8K bytes
      Cache
     
  8. sklearn.model_selection.cross_validate — scikit...

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Sat May 04 16:42:14 UTC 2024
      43.1K bytes
      Cache
     
  9. Colon cancer screening may be safe every 15 yea...

    cheaper valid test is much better than no test at all,” said...a stool-based test, though a positive stool test will require...
    www.nbcnews.com/health/cancer/colonoscopy-15-years-colon-cancer-average-risk-rcna150372
    Fri May 03 00:58:05 UTC 2024
      266.7K bytes
      Cache
     
  10. 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
    Sat May 04 16:42:15 UTC 2024
      74K bytes
      Cache
     
  11. 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
    Sat May 04 16:42:14 UTC 2024
      64.8K bytes
      Cache
     
  12. 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
    Sat May 04 16:42:15 UTC 2024
      26K bytes
      Cache
     
  13. 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
    Sat May 04 16:42:15 UTC 2024
      92.1K bytes
      Cache
     
  14. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Sat May 04 16:42:14 UTC 2024
      28.2K bytes
      Cache
     
  15. 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
    Sat May 04 16:42:15 UTC 2024
      56.8K bytes
      Cache
     
  16. Open source full text search server – roadmap

    ARCHIVES Support Open source full text search server – roadmap This...
    fess.codelibs.org/roadmap.html
    Sat May 04 02:40:22 UTC 2024
      12.3K bytes
      10 views
      Cache
     
  17. 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
    Sat May 04 16:42:14 UTC 2024
      26.1K bytes
      Cache
     
  18. 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
    Sat May 04 16:42:14 UTC 2024
      137.1K bytes
      Cache
     
  19. 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
    Sat May 04 16:42:15 UTC 2024
      170.5K bytes
      Cache
     
  20. 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
    Sat May 04 16:42:15 UTC 2024
      34.9K bytes
      Cache
     
Back to top