Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,659 for test (0.12 sec)

  1. plot_multi_metric_evaluation.ipynb

    1)[0][0]\n best_score = results[\"mean_test_%s\" % scorer][best_index]\n\n...etc...)\n\nThe ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation....
    Wed Apr 17 16:39:24 UTC 2024
      4.8K bytes
     
  2. Model Selection — scikit-learn 1.4.2 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Wed Apr 17 16:39:25 UTC 2024
      25.1K bytes
      Cache
     
  3. sklearn.neighbors.NearestCentroid — scikit-lear...

    with test samples classified to the class...classification on an array of test vectors X . score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Thu Apr 18 11:07:00 UTC 2024
      43.1K bytes
      Cache
     
  4. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. predict_joint_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Thu Apr 18 11:07:01 UTC 2024
      66.4K bytes
      Cache
     
  5. sklearn.model_selection.TimeSeriesSplit — sciki...

    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
    Thu Apr 18 11:07:00 UTC 2024
      38.8K bytes
      2 views
      Cache
     
  6. sklearn.model_selection.ShuffleSplit — scikit-l...

    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
    Thu Apr 18 11:07:00 UTC 2024
      34.8K 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
    Fri Apr 19 00:32:21 UTC 2024
      658.2K bytes
      Cache
     
  8. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Thu Apr 18 11:07:00 UTC 2024
      62.8K bytes
      Cache
     
  9. sklearn.model_selection.ValidationCurveDisplay ...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Thu Apr 18 11:07:01 UTC 2024
      53.7K bytes
      Cache
     
  10. sklearn.model_selection.StratifiedShuffleSplit ...

    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.StratifiedShuffleSplit.html
    Thu Apr 18 11:06:59 UTC 2024
      32.3K bytes
      Cache
     
Back to top